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

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

# Example source
EXAMPLE_SOURCE = \
	src/main.c \
	src/usb_descriptors.c

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

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