From ef94bcb8905c8c8fefc272dbcb2d5ee0c4efbe35 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Tue, 18 Mar 2014 23:45:27 +0100 Subject: Move mk/ to core/ Signed-off-by: Abdoulaye Walsimou Gaye --- Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 962a59e..e8d901d 100644 --- a/Makefile +++ b/Makefile @@ -121,12 +121,12 @@ EMBTK_BUILD := $(if $(CONFIG_EMBTK_DOTCONFIG),startbuild,xconfig) All: $(EMBTK_BUILD) -include mk/macros.mk -include mk/targetsys.mk -include mk/target-mcu.mk -include mk/buildsystem.mk +include core/mk/macros.mk +include core/mk/targetsys.mk +include core/mk/target-mcu.mk +include core/mk/buildsystem.mk include toolchain/toolchain.mk -include mk/packages.mk +include core/mk/packages.mk include packages/htools/hosttools-buildopts.mk -include mk/rootfs/rootfs.mk -include mk/help.mk +include core/mk/rootfs/rootfs.mk +include core/mk/help.mk -- cgit v1.2.3