summaryrefslogtreecommitdiff
path: root/examples/host/hid_controller/Makefile
blob: 1377f1f9065f6df102ae4b459b61da0ac10dca33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include ../../build_system/make/make.mk

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

# Example source
EXAMPLE_SOURCE += \
	src/hid_app.c \
	src/main.c

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

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