summaryrefslogtreecommitdiff
path: root/examples/device/hid_multiple_interface/Makefile
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-10-09 13:50:55 +0700
committerhathach <[email protected]>2020-10-09 13:50:55 +0700
commit2219068371fa514e320ddf1c6059c3f6ed901ae7 (patch)
treef1289d1c0347d485c7a5b249a59d2a24e08a16e5 /examples/device/hid_multiple_interface/Makefile
parent89bf4fa04cfa4464c8948ab96f3455c0dd5ec9d4 (diff)
rename hid multiple interface
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