2019-11-19 17:05:12 -08:00
|
|
|
DEVELOPMENT_DIR=$(PROJECT_DIR)/development
|
2015-07-10 06:01:56 -07:00
|
|
|
|
2019-11-19 17:05:12 -08:00
|
|
|
DEV_SRC = $(DEVELOPMENT_DIR)/test/test.c \
|
|
|
|
$(DEVELOPMENT_DIR)/test/testbmk.c
|
2015-07-10 06:01:56 -07:00
|
|
|
|
2020-04-24 11:00:06 -07:00
|
|
|
DEV_SRC_CPP = $(DEVELOPMENT_DIR)/hw_layer/poten.cpp \
|
2019-11-19 17:05:12 -08:00
|
|
|
$(DEVELOPMENT_DIR)/sensor_chart.cpp \
|
|
|
|
$(DEVELOPMENT_DIR)/rfi_perftest.cpp \
|
|
|
|
$(DEVELOPMENT_DIR)/engine_emulator.cpp \
|
|
|
|
$(DEVELOPMENT_DIR)/engine_sniffer.cpp \
|
2019-12-03 22:11:10 -08:00
|
|
|
$(DEVELOPMENT_DIR)/logic_analyzer.cpp \
|
2019-11-19 17:26:56 -08:00
|
|
|
$(DEVELOPMENT_DIR)/development/perf_trace.cpp
|
2015-07-10 06:01:56 -07:00
|
|
|
|
2019-11-19 17:05:12 -08:00
|
|
|
DEV_SIMULATOR_SRC_CPP = $(DEVELOPMENT_DIR)/engine_sniffer.cpp
|