Allow easy update of target linux config

This commit is contained in:
Ulf Samuelsson 2007-09-26 23:21:43 +00:00
parent 0ee32e203e
commit 43760e1943

View File

@ -227,6 +227,9 @@ linux26-unpacked: $(LINUX26_DIR)/.patched
linux26-config: $(LINUX26_DIR)/.configured 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' # This has been renamed so we do _NOT_ by default run this on 'make clean'
linux26clean: linux26clean:
rm -f $(LINUX26_KERNEL) $(LINUX26_DIR)/.configured rm -f $(LINUX26_KERNEL) $(LINUX26_DIR)/.configured