From 21f3bcc1868022e990c0d7ec4171727722b41fd9 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Wed, 10 Mar 2010 00:11:58 +0100 Subject: 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 --- target/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'target/Makefile.in') 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 -- cgit v1.2.3