11 lines
331 B
Makefile
11 lines
331 B
Makefile
# See LICENSE for license details.
|
|
|
|
# Defined for each platform
|
|
|
|
simif_dir = $(firesim_base_dir)/midas/src/main/cc
|
|
midas_h = $(shell find $(simif_dir) -name "*.h")
|
|
midas_cc = $(shell find $(simif_dir) -name "*.cc")
|
|
|
|
common_cxx_flags := $(TARGET_CXX_FLAGS) -Wno-unused-variable -DFIRESIM
|
|
common_ld_flags := $(TARGET_LD_FLAGS) -lrt
|