summaryrefslogtreecommitdiff
path: root/examples/device/cdc_msc_throughput/Makefile
diff options
context:
space:
mode:
authorhathach <[email protected]>2026-04-29 15:01:16 +0700
committerhathach <[email protected]>2026-04-29 15:01:16 +0700
commitf53a9ec9afee11dbbb57c4561ef3eeeb37e572a6 (patch)
treeec061e7c6e53bb113fe25db58c3fa56d72b7d4e1 /examples/device/cdc_msc_throughput/Makefile
parentd11543a72260c340836aff505104e27cfdc92ccb (diff)
parent096977889641be99815e31a12ab352650520e971 (diff)
Merge branch 'master' into hil_hfp
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