mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-25 19:40:35 -09:00
linux: add knob to force a rebuild of the kernel
Makes development easier. Thanks to Brian Beattie for this handy idea. 1df013316b in Bernhards tree.
This commit is contained in:
@@ -233,6 +233,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
|
||||
|
||||
Reference in New Issue
Block a user