passkey_fw/examples/device/msc_dual_lun/Makefile

12 lines
228 B
Makefile
Raw Normal View History

include ../../build_system/make/make.mk
2019-04-26 10:05:58 +02:00
INC += \
src \
$(TOP)/hw \
2019-04-26 10:05:58 +02:00
# Example source
2019-04-26 10:05:58 +02:00
EXAMPLE_SOURCE += $(wildcard src/*.c)
SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))
include ../../build_system/make/rules.mk