summaryrefslogtreecommitdiff
path: root/examples/device/cdc_msc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/device/cdc_msc/Makefile')
-rw-r--r--examples/device/cdc_msc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/device/cdc_msc/Makefile b/examples/device/cdc_msc/Makefile
index 429959e70..0c2e37180 100644
--- a/examples/device/cdc_msc/Makefile
+++ b/examples/device/cdc_msc/Makefile
@@ -1,4 +1,4 @@
-include ../../make.mk
+include ../../build_system/make/make.mk
INC += \
src \
@@ -12,4 +12,4 @@ EXAMPLE_SOURCE += \
SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))
-include ../../rules.mk
+include ../../build_system/make/rules.mk