summaryrefslogtreecommitdiff
path: root/examples/dual/dynamic_switch/Makefile
blob: 44ab54ad74447b87b2371f54238eabd54d807820 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include ../../../hw/bsp/family_support.mk

INC += \
	src \

# Example source
EXAMPLE_SOURCE += $(wildcard src/*.c)
SRC_C += $(addprefix $(EXAMPLE_PATH)/, $(EXAMPLE_SOURCE))

# Include device and host stack
SRC_C += \
	src/class/cdc/cdc_device.c \
	src/host/hub.c \
	src/host/usbh.c

include ../../../hw/bsp/family_rules.mk