summaryrefslogtreecommitdiff
path: root/examples/device/printer_to_cdc/Makefile
blob: 1a4b428dc9b3e9117137c81a467ad1eabfa379fc (plain)
1
2
3
4
5
6
7
8
9
10
11
include ../../../hw/bsp/family_support.mk

INC += \
	src \


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

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