summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorUlf Samuelsson2007-09-28 18:18:16 +0200
committerUlf Samuelsson2007-09-28 18:18:16 +0200
commitb8f28d656bd6206abec49f1f41a3f6b87cbd7040 (patch)
tree84aa7391c725bf0adbc3bdc7d6d64c90a1fa8717 /Makefile
parentRemove softfp patch from uClibc, ARM softfloat, did not complete anyway (diff)
downloadbuildroot-b8f28d656bd6206abec49f1f41a3f6b87cbd7040.tar.gz
buildroot-b8f28d656bd6206abec49f1f41a3f6b87cbd7040.tar.xz
buildroot-b8f28d656bd6206abec49f1f41a3f6b87cbd7040.zip
Add administration for linux,uclibc and main
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 23107a189..30c70d4e6 100644
--- a/Makefile
+++ b/Makefile
@@ -422,6 +422,10 @@ endif # ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y)
cp $(shell find ./target/ -name $@) .config
-@$(MAKE) oldconfig
+configured: dirs host-sed kernel-headers uclibc-configured busybox-config linux26-config
+
+cross: $(BASE_TARGETS)
+
help:
@echo 'Cleaning:'
@echo ' clean - delete temporary files created by build'