summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen2004-10-09 06:34:21 +0200
committerEric Andersen2004-10-09 06:34:21 +0200
commit4c4768b2f79d984a09acc7695a481e2ca281aeb2 (patch)
tree564d9f1d477d450c1b60677ada3c30f3981ae0c4 /Makefile
parentRemove references to the obsolete SOURCE_DIR (diff)
downloadbuildroot-4c4768b2f79d984a09acc7695a481e2ca281aeb2.tar.gz
buildroot-4c4768b2f79d984a09acc7695a481e2ca281aeb2.tar.xz
buildroot-4c4768b2f79d984a09acc7695a481e2ca281aeb2.zip
Fix it so we once again build the target root_fs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 90443f094..8eb91bac7 100644
--- a/Makefile
+++ b/Makefile
@@ -76,6 +76,7 @@ world: $(DL_DIR) $(BUILD_DIR) $(STAGING_DIR) $(TARGET_DIR) $(TARGETS)
include toolchain/*/*.mk
include package/*/*.mk
+include target/*/*.mk
#############################################################
#