summaryrefslogtreecommitdiff
path: root/target/Makefile.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-03-10 00:11:58 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-04-09 11:04:34 +0200
commit21f3bcc1868022e990c0d7ec4171727722b41fd9 (patch)
treeaac11d39d30cd0e4d6cc3b70d8de856d5f14a3d8 /target/Makefile.in
parentb605699f1f365c55d094c47737d3f5f7e38c1f61 (diff)
target: Add new infrastructure for filesystem generation
In order to avoid code duplication between the different filesystem generation makefile, we introduce a ROOTFS_TARGET macro. Documentation for this macro is contained in the patch. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'target/Makefile.in')
-rw-r--r--target/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/Makefile.in b/target/Makefile.in
index df980b473..38993e5d8 100644
--- a/target/Makefile.in
+++ b/target/Makefile.in
@@ -63,6 +63,7 @@ include target/u-boot/Makefile.in
endif
# and finally build the filesystems/tarballs
+include target/common.mk
include target/*/*.mk
# kernel rules