summaryrefslogtreecommitdiff
path: root/examples/host/cdc_msc_hid_freertos/Makefile
blob: 178341f81650bfc5e0d290f9708095e0e38ca3a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
RTOS = freertos
include ../../build_system/make/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 ../../build_system/make/rules.mk