summaryrefslogtreecommitdiffstats
path: root/rules/host-genext2fs.make
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-09 17:58:15 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-09 17:58:15 +0000
commit8d5ce38942b1327c1c86366bb7afba95ae364d38 (patch)
treed886c7f68dadcabdbcb9ecb4bf29d460afc5fb20 /rules/host-genext2fs.make
parent9e5b71e833af5de0ebbd4224761e4605499cf174 (diff)
downloadptxdist-8d5ce38942b1327c1c86366bb7afba95ae364d38.tar.gz
ptxdist-8d5ce38942b1327c1c86366bb7afba95ae364d38.tar.xz
added generic call package_depfile rule for autogeneration of default dependencies - this should not break anything, since it just adds some more variables
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3743 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/host-genext2fs.make')
-rw-r--r--rules/host-genext2fs.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/host-genext2fs.make b/rules/host-genext2fs.make
index 9a96565e3..4ae66abfa 100644
--- a/rules/host-genext2fs.make
+++ b/rules/host-genext2fs.make
@@ -25,6 +25,8 @@ HOSTTOOL_GENEXT2FS_URL = $(PTXCONF_SETUP_DEBMIRROR)/pool/main/g/genext2fs/$(HOS
HOSTTOOL_GENEXT2FS_SOURCE = $(SRCDIR)/$(HOSTTOOL_GENEXT2FS_TARBALL)
HOSTTOOL_GENEXT2FS_DIR = $(HOST_BUILDDIR)/$(HOSTTOOL_GENEXT2FS)
+include $(call package_depfile)
+
# ----------------------------------------------------------------------------
# Get
# ----------------------------------------------------------------------------