passkey_fw/examples/host/cdc_msc_hid/Makefile

17 lines
277 B
Makefile
Raw Normal View History

include ../../build_system/make/make.mk
INC += \
src \
$(TOP)/hw \
# Example source
2022-11-21 06:28:33 +01:00
EXAMPLE_SOURCE = \
src/cdc_app.c \
src/hid_app.c \
2022-11-21 06:28:33 +01:00
src/main.c \
src/msc_app.c \
2022-11-21 06:28:33 +01:00
SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))
include ../../build_system/make/rules.mk