From a616e6aa1ff7c0e7faadcdae4174e8a0883489e2 Mon Sep 17 00:00:00 2001 From: Shahzad Malik Muzaffar Date: Sat, 11 Feb 2023 18:42:36 +0100 Subject: [PATCH] no need to explicitly check for PREFIX and EMULATOR_EXTRAS --- Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Makefile b/Makefile index 7a8eed4..48c5664 100644 --- a/Makefile +++ b/Makefile @@ -1,14 +1,7 @@ CPP_STANDARD := c++17 CXXFLAGS := -O3 -fPIC -std=$(CPP_STANDARD) - -ifeq ($(strip $(PREFIX)),) PREFIX:=. -endif - -ifeq ($(strip $(EMULATOR_EXTRAS)),) EMULATOR_EXTRAS := ../../hls4mlEmulatorExtras -endif - AP_TYPES := $(EMULATOR_EXTRAS)/include/ap_types HLS_ROOT := ../../hls HLS4ML_INCLUDE := $(EMULATOR_EXTRAS)/include/hls4ml