From 319a4751c4a3a0209f628a7470a6d8e400d3479d Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 21 May 2010 16:19:11 +0200 Subject: Makefile: move filesystem stuff after u-boot build again Otherwise u-boot tools / kernel modules are only added to target AFTER the filesystems are built. Long term u-boot/kernel stuff should get splitted from target/device, but this is the safest solution for now. Signed-off-by: Peter Korsgaard --- Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a4bf4b570..d59ea45be 100644 --- a/Makefile +++ b/Makefile @@ -320,8 +320,6 @@ ifeq ($(BR2_ENABLE_LOCALE_PURGE),y) TARGETS+=target-purgelocales endif -include fs/common.mk - # target stuff is last so it can override anything else include target/Makefile.in -- cgit v1.2.3