summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Korsgaard2010-05-21 16:19:11 +0200
committerPeter Korsgaard2010-05-21 16:19:11 +0200
commit319a4751c4a3a0209f628a7470a6d8e400d3479d (patch)
treea2c0605649a325e5928f73d6a24f8c1138aa341d /Makefile
parentqt: update x86x86fix for 32bit pc hosts (diff)
downloadbuildroot-319a4751c4a3a0209f628a7470a6d8e400d3479d.tar.gz
buildroot-319a4751c4a3a0209f628a7470a6d8e400d3479d.tar.xz
buildroot-319a4751c4a3a0209f628a7470a6d8e400d3479d.zip
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 <jacmet@sunsite.dk>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
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