From: Ulf Samuelsson Date: Wed, 26 Sep 2007 23:21:43 +0000 (-0000) Subject: Allow easy update of target linux config X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=43760e1943880a0004c5a83fc2b3e3fbee84dafb;p=buildroot.git Allow easy update of target linux config --- diff --git a/target/linux/Makefile.in b/target/linux/Makefile.in index 91132f1450..83768ada80 100644 --- a/target/linux/Makefile.in +++ b/target/linux/Makefile.in @@ -227,6 +227,9 @@ linux26-unpacked: $(LINUX26_DIR)/.patched linux26-config: $(LINUX26_DIR)/.configured +linux26-update: + cp -dpf $(LINUX26_DIR)/.config $(LINUX26_KCONFIG) + # This has been renamed so we do _NOT_ by default run this on 'make clean' linux26clean: rm -f $(LINUX26_KERNEL) $(LINUX26_DIR)/.configured