summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen2004-10-09 03:24:28 +0200
committerEric Andersen2004-10-09 03:24:28 +0200
commit73f7be82904f487d167493e76b415fbe5b5f8c5a (patch)
tree8d9acaf4414892fad533fd92ebfc7e65a2ad2785 /Makefile
parentIt would help to include the package specific *.mk makefiles (diff)
downloadbuildroot-73f7be82904f487d167493e76b415fbe5b5f8c5a.tar.gz
buildroot-73f7be82904f487d167493e76b415fbe5b5f8c5a.tar.xz
buildroot-73f7be82904f487d167493e76b415fbe5b5f8c5a.zip
Remove the old 'make' directory, and populate the new 'package'
directory.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index afcc854d6..3c20ced2d 100644
--- a/Makefile
+++ b/Makefile
@@ -72,7 +72,6 @@ world: $(DL_DIR) $(BUILD_DIR) $(STAGING_DIR) $(TARGET_DIR) $(TARGETS)
.PHONY: all world clean dirclean distclean source $(TARGETS) \
$(TARGETS_CLEAN) $(TARGETS_DIRCLEAN) $(TARGETS_SOURCE)
-include make/*.mk
include toolchain/*/*.mk
include package/*/*.mk