From 82c92e1e1a79be2082cec743a23dd12f09f97d08 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Sun, 30 Mar 2008 06:29:30 +0000 Subject: Easy update of defconfig --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5a74f8a1f..8aad878db 100644 --- a/Makefile +++ b/Makefile @@ -475,6 +475,9 @@ endif # ifeq ($(BR2_HAVE_DOT_CONFIG),y) cp $(shell find ./target/ -name $@) .config -@$(MAKE) oldconfig +update: + cp .config $(BOARD_PATH)/$(BOARD_NAME)_defconfig + configured: dirs host-sed kernel-headers uclibc-config busybox-config linux26-config cross: $(BASE_TARGETS) -- cgit v1.2.3-55-g7522