Skip to content

Commit

Permalink
Merge pull request #2 from smuzaffar/main
Browse files Browse the repository at this point in the history
No need to explicitly check for PREFIX and EMULATOR_EXTRAS
  • Loading branch information
aloeliger authored Feb 12, 2023
2 parents cc3ae92 + a616e6a commit e83f5b2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e83f5b2

Please sign in to comment.