diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-09-28 19:43:26 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-09-28 19:43:26 +0000 |
commit | 5459a9c5e010ef0cab22037432ea9d4984c83d6b (patch) | |
tree | a3c47c6c2b33fed5acc51d6ea55a124f5c89276d /Makefile | |
parent | b6ac06697af7d1c3e4aee0d37082f972d8ae820c (diff) |
Cleanup cross toolchain admin, split uclibc-menuconfig into same + uclibc-update to avoid overwriting board support file
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -422,7 +422,7 @@ 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 +configured: dirs host-sed kernel-headers uclibc-config busybox-config linux26-config cross: $(BASE_TARGETS) |