summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen2004-10-09 03:07:45 +0200
committerEric Andersen2004-10-09 03:07:45 +0200
commit0b5ad783691ef6fa1285c8d7858a51c425a8b38d (patch)
treec4839fbda5f4d536d00ccc787a2f8f2c44a80494 /Makefile
parentMajor buildroot facelift, step one. (diff)
downloadbuildroot-0b5ad783691ef6fa1285c8d7858a51c425a8b38d.tar.gz
buildroot-0b5ad783691ef6fa1285c8d7858a51c425a8b38d.tar.xz
buildroot-0b5ad783691ef6fa1285c8d7858a51c425a8b38d.zip
It would help to include the package specific *.mk makefiles
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ed0339c2c..afcc854d6 100644
--- a/Makefile
+++ b/Makefile
@@ -74,7 +74,7 @@ world: $(DL_DIR) $(BUILD_DIR) $(STAGING_DIR) $(TARGET_DIR) $(TARGETS)
include make/*.mk
include toolchain/*/*.mk
-#include package/*/*.mk
+include package/*/*.mk
#############################################################
#