diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-09-28 16:18:16 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-09-28 16:18:16 +0000 |
commit | b8f28d656bd6206abec49f1f41a3f6b87cbd7040 (patch) | |
tree | 84aa7391c725bf0adbc3bdc7d6d64c90a1fa8717 /Makefile | |
parent | f9106781dd348b6beed85f89982e7a01c0c6a433 (diff) |
Add administration for linux,uclibc and main
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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' |