summaryrefslogtreecommitdiff
path: root/examples/device/hid_multipleinterface/Makefile
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-10-09 13:49:05 +0700
committerhathach <[email protected]>2020-10-09 13:49:05 +0700
commit89bf4fa04cfa4464c8948ab96f3455c0dd5ec9d4 (patch)
tree58aefc90e906655a2879c16c72a92921a05f8cce /examples/device/hid_multipleinterface/Makefile
parent344d589a354ec719333c10d315f4f186b178d2d7 (diff)
parent6f8d0d2c34c61adc7c5202a67eaad69bb7c0f727 (diff)
Merge branch 'master' into house-keeping
Diffstat (limited to 'examples/device/hid_multipleinterface/Makefile')
-rw-r--r--examples/device/hid_multipleinterface/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/device/hid_multipleinterface/Makefile b/examples/device/hid_multipleinterface/Makefile
new file mode 100644
index 000000000..69b633fea
--- /dev/null
+++ b/examples/device/hid_multipleinterface/Makefile
@@ -0,0 +1,12 @@
+include ../../../tools/top.mk
+include ../../make.mk
+
+INC += \
+ src \
+ $(TOP)/hw \
+
+# Example source
+EXAMPLE_SOURCE += $(wildcard src/*.c)
+SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))
+
+include ../../rules.mk