summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2007-09-28 16:18:16 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2007-09-28 16:18:16 +0000
commitb8f28d656bd6206abec49f1f41a3f6b87cbd7040 (patch)
tree84aa7391c725bf0adbc3bdc7d6d64c90a1fa8717 /Makefile
parentf9106781dd348b6beed85f89982e7a01c0c6a433 (diff)
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'