summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-12-29 11:34:40 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-12-29 11:34:40 +0100
commite73693b357cb092237f7c27e7c847f77527a52fd (patch)
tree2eb550abd8e2abc61ef29e0492ff81607a31ec65
parente12a0dd3f19bd398f2ae256e371b421509d88e58 (diff)
downloadembtoolkit-e73693b357cb092237f7c27e7c847f77527a52fd.tar.gz
embtoolkit-e73693b357cb092237f7c27e7c847f77527a52fd.tar.bz2
embtoolkit-e73693b357cb092237f7c27e7c847f77527a52fd.tar.xz
Rootfs: move makefiles under mk/rootfs
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--Makefile2
-rw-r--r--mk/rootfs/fs.mk (renamed from mk/fs.mk)0
-rw-r--r--mk/rootfs/rootfs.mk (renamed from mk/rootfs.mk)2
3 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c7bd775..6aa2b85 100644
--- a/Makefile
+++ b/Makefile
@@ -107,5 +107,5 @@ include mk/target-mcu.mk
include mk/buildsystem.mk
include mk/toolchain.mk
include mk/packages.mk
-include mk/rootfs.mk
+include mk/rootfs/rootfs.mk
include mk/help.mk
diff --git a/mk/fs.mk b/mk/rootfs/fs.mk
index e1500e3..e1500e3 100644
--- a/mk/fs.mk
+++ b/mk/rootfs/fs.mk
diff --git a/mk/rootfs.mk b/mk/rootfs/rootfs.mk
index c7d7691..72cf709 100644
--- a/mk/rootfs.mk
+++ b/mk/rootfs/rootfs.mk
@@ -26,7 +26,7 @@
ifeq ($(CONFIG_EMBTK_HAVE_ROOTFS),y)
# Include various filesystems macros
-include mk/fs.mk
+include mk/rootfs/fs.mk
ROOTFS_JFFS2 := $(embtk_generated)/rootfs-$(GNU_TARGET)-$(EMBTK_MCU_FLAG)-$(embtk_clib).jffs2
ROOTFS_TARBZ2 := rootfs-$(GNU_TARGET)-$(EMBTK_MCU_FLAG)-$(embtk_clib).tar.bz2
ROOTFS_SQUASHFS := $(embtk_generated)/rootfs-$(GNU_TARGET)-$(EMBTK_MCU_FLAG)-$(embtk_clib).squashfs