summaryrefslogtreecommitdiff
path: root/examples/device/cdc_msc_hid/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/device/cdc_msc_hid/Makefile')
-rw-r--r--examples/device/cdc_msc_hid/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/device/cdc_msc_hid/Makefile b/examples/device/cdc_msc_hid/Makefile
index 4fddc1a14..11c05ad26 100644
--- a/examples/device/cdc_msc_hid/Makefile
+++ b/examples/device/cdc_msc_hid/Makefile
@@ -80,8 +80,7 @@ LIB_SOURCE += \
src/class/cdc/cdc_device.c \
src/class/hid/hid_device.c \
src/tusb.c \
- src/portable/$(VENDOR)/$(CHIP_FAMILY)/dcd_$(CHIP_FAMILY).c \
- src/portable/$(VENDOR)/$(CHIP_FAMILY)/hal_$(CHIP_FAMILY).c
+ src/portable/$(VENDOR)/$(CHIP_FAMILY)/dcd_$(CHIP_FAMILY).c
SRC_C += $(LIB_SOURCE)