summaryrefslogtreecommitdiff
path: root/examples/device/cdc_msc_throughput/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/device/cdc_msc_throughput/Makefile')
-rw-r--r--examples/device/cdc_msc_throughput/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/device/cdc_msc_throughput/Makefile b/examples/device/cdc_msc_throughput/Makefile
new file mode 100644
index 000000000..035e90308
--- /dev/null
+++ b/examples/device/cdc_msc_throughput/Makefile
@@ -0,0 +1,11 @@
+include ../../../hw/bsp/family_support.mk
+
+INC += \
+ src \
+
+
+# Example source
+EXAMPLE_SOURCE += $(wildcard src/*.c)
+SRC_C += $(addprefix $(EXAMPLE_PATH)/, $(EXAMPLE_SOURCE))
+
+include ../../../hw/bsp/family_rules.mk