diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-03-10 00:11:58 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-09 11:04:34 +0200 |
commit | 21f3bcc1868022e990c0d7ec4171727722b41fd9 (patch) | |
tree | aac11d39d30cd0e4d6cc3b70d8de856d5f14a3d8 /target/Makefile.in | |
parent | b605699f1f365c55d094c47737d3f5f7e38c1f61 (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.in | 1 |
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 |