summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-05-21 16:19:11 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-05-21 16:19:11 +0200
commit319a4751c4a3a0209f628a7470a6d8e400d3479d (patch)
treea2c0605649a325e5928f73d6a24f8c1138aa341d /Makefile
parentbb81787ae1f8b1d8c513f42766c2155b66feaf84 (diff)
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