summaryrefslogtreecommitdiff
path: root/examples/host/msc_file_explorer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/host/msc_file_explorer/Makefile')
-rw-r--r--examples/host/msc_file_explorer/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/host/msc_file_explorer/Makefile b/examples/host/msc_file_explorer/Makefile
index 8319d3c2b..c7d6a7cae 100644
--- a/examples/host/msc_file_explorer/Makefile
+++ b/examples/host/msc_file_explorer/Makefile
@@ -1,4 +1,4 @@
-include ../../make.mk
+include ../../build_system/make/make.mk
FATFS_PATH = lib/fatfs/source
@@ -24,4 +24,4 @@ SRC_C += \
# suppress warning caused by fatfs
CFLAGS += -Wno-error=cast-qual
-include ../../rules.mk
+include ../../build_system/make/rules.mk