summaryrefslogtreecommitdiff
path: root/examples/host/cdc_msc_hid/Makefile
blob: 15b8a5b31063dd6e55f00707062252b939824bf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include ../../make.mk

INC += \
	src \
	$(TOP)/hw \

# Example source
EXAMPLE_SOURCE = \
  src/cdc_app.c \
  src/hid_app.c \
  src/main.c \
  src/msc_app.c \

SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))

include ../../rules.mk