summaryrefslogtreecommitdiff
path: root/examples/host/cdc_msc_hid/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/host/cdc_msc_hid/Makefile')
-rw-r--r--examples/host/cdc_msc_hid/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/host/cdc_msc_hid/Makefile b/examples/host/cdc_msc_hid/Makefile
index ad28076a0..9adccfa3a 100644
--- a/examples/host/cdc_msc_hid/Makefile
+++ b/examples/host/cdc_msc_hid/Makefile
@@ -7,7 +7,8 @@ INC += \
# Example source
EXAMPLE_SOURCE = \
- src/hid_app.c \
+ src/cdc_app.c \
+ src/hid_app.c \
src/main.c \
src/msc_app.c \