diff options
| author | hathach <[email protected]> | 2026-04-23 18:59:01 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-04-23 23:38:54 +0700 |
| commit | 45754d82591f45ddf4a489dce290145f417526df (patch) | |
| tree | 4e31813190596790abfce0e2c20f8c77ea85227b /examples/device/cdc_msc_throughput/Makefile | |
| parent | d808111cfd1708c25cc9ec671985f742560ebf83 (diff) | |
add cdc msc throughput example
Diffstat (limited to 'examples/device/cdc_msc_throughput/Makefile')
| -rw-r--r-- | examples/device/cdc_msc_throughput/Makefile | 11 |
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 |
