summaryrefslogtreecommitdiff
path: root/examples/device/hid_multiple_interface/Makefile
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2020-10-09 21:25:17 +0700
committerGitHub <[email protected]>2020-10-09 21:25:17 +0700
commit8a07b9b9c02248fa2bcb809ee6f7949fcd38e217 (patch)
treec5f21fda499641a7ac7315bfb5a47e0346d5dfcf /examples/device/hid_multiple_interface/Makefile
parent6f8d0d2c34c61adc7c5202a67eaad69bb7c0f727 (diff)
parent3fd38ddf0493f84eb3124aacf9ccd7c76643a2c9 (diff)
Merge pull request #532 from hathach/house-keeping
House keeping
Diffstat (limited to 'examples/device/hid_multiple_interface/Makefile')
-rw-r--r--examples/device/hid_multiple_interface/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/device/hid_multiple_interface/Makefile b/examples/device/hid_multiple_interface/Makefile
new file mode 100644
index 000000000..69b633fea
--- /dev/null
+++ b/examples/device/hid_multiple_interface/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