Files

8 lines
109 B
Makefile
Executable File

#ASIC or FPGA
SENSOR_PLATFORM = ASIC
ifeq ($(SENSOR_PLATFORM), FPGA)
SDK_USR_CFLAGS += -DFPGA
endif