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

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

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

include ../../build_system/make/rules.mk