summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-05-13 19:20:21 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-05-21 15:07:34 +0200
commit949db6ac05e42a90ee82e3f979805d98c41fa4f6 (patch)
treeb25a864b728ccb02cfbe3e06f61daa3c64214845 /fs
parent118b880d73e812069ec2fe72f921d70894eb10a0 (diff)
downloadbuildroot-novena-949db6ac05e42a90ee82e3f979805d98c41fa4f6.tar.gz
buildroot-novena-949db6ac05e42a90ee82e3f979805d98c41fa4f6.zip
Add a <fs>-root-show-depends target
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/common.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/common.mk b/fs/common.mk
index a3248c165..50dc97425 100644
--- a/fs/common.mk
+++ b/fs/common.mk
@@ -57,6 +57,9 @@ ifeq ($$(BR2_TARGET_ROOTFS_$(2)_LZMA),y)
$(LZMA) -9 -c $$@ > $$@.lzma
endif
+$(1)-root-show-depends:
+ @echo $(ROOTFS_$(2)_DEPENDENCIES) host-fakeroot host-makedevs $(if $(BR2_TARGET_ROOTFS_$(2)_LZMA),host-lzma)
+
$(1)-root: $(BINARIES_DIR)/rootfs.$(1)
ifeq ($$(BR2_TARGET_ROOTFS_$(2)),y)