linux-advanced: add linux26-force like in the simple linux makefile

Patch by Brian Beattie.
This commit is contained in:
Peter Korsgaard 2008-07-13 06:32:58 +00:00
parent 4b586e6cda
commit 38e12fd263

View File

@ -454,6 +454,10 @@ linux26-config: host-sed $(LINUX26_DIR)/.configured
linux26-update:
cp -dpf $(LINUX26_DIR)/.config $(LINUX26_KCONFIG)
# force rebuild
linux26-force:
touch $(LINUX26_DIR)/.configured
# This has been renamed so we do _NOT_ by default run this on 'make clean'
linux26clean:
rm -f $(LINUX26_KERNEL) $(LINUX26_DIR)/.configured