diff options
| author | hathach <[email protected]> | 2019-05-14 13:59:45 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-05-14 13:59:45 +0700 |
| commit | 8094bdce23a72264e54641ec4c34189935829251 (patch) | |
| tree | 27f3cb6cbb233743280e231339dc9460e16f439c /examples/device/cdc_msc_hid | |
| parent | 62f0eb16d6549db084c5e8661fa2b76e7bc1a9a4 (diff) | |
makefile clean up
Diffstat (limited to 'examples/device/cdc_msc_hid')
| -rw-r--r-- | examples/device/cdc_msc_hid/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/device/cdc_msc_hid/Makefile b/examples/device/cdc_msc_hid/Makefile index 4ff3371dc..69b633fea 100644 --- a/examples/device/cdc_msc_hid/Makefile +++ b/examples/device/cdc_msc_hid/Makefile @@ -9,7 +9,4 @@ INC += \ EXAMPLE_SOURCE += $(wildcard src/*.c) SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE)) -# Board source -SRC_C += hw/bsp/$(BOARD)/board_$(BOARD).c - include ../../rules.mk |
