mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-04-27 16:48:48 +02:00
MycroftOS: Buildroot: Include menuconfig and savedefconfig to Makefile.
This commit is contained in:
parent
0f8f5e5eee
commit
abd1c5f12e
10
Makefile
10
Makefile
@ -35,9 +35,17 @@ endif
|
|||||||
clean:
|
clean:
|
||||||
$(MAKE) -C $(BUILDROOT) BR2_EXTERNAL=../$(BUILDROOT_EXTERNAL) clean
|
$(MAKE) -C $(BUILDROOT) BR2_EXTERNAL=../$(BUILDROOT_EXTERNAL) clean
|
||||||
|
|
||||||
|
menuconfig:
|
||||||
|
$(MAKE) -C $(BUILDROOT) BR2_EXTERNAL=../$(BUILDROOT_EXTERNAL) menuconfig
|
||||||
|
|
||||||
|
savedefconfig:
|
||||||
|
$(MAKE) -C $(BUILDROOT) BR2_EXTERNAL=../$(BUILDROOT_EXTERNAL) savedefconfig
|
||||||
|
|
||||||
help:
|
help:
|
||||||
@echo "Supported targets: $(TARGETS)"
|
@echo "Supported targets: $(TARGETS)"
|
||||||
@echo "Run 'make <target>' to build a target image."
|
@echo "Run 'make <target>' to build a target image."
|
||||||
@echo "Run 'make all' to build all target images."
|
@echo "Run 'make all' to build all target images."
|
||||||
@echo "Run 'make clean' to clean the build output."
|
@echo "Run 'make clean' to clean the build output."
|
||||||
@echo "Run 'make <target>-config' to configure buildroot for a target."
|
@echo "Run 'make <target>-config' to configure MycroftOS for a target."
|
||||||
|
@echo "Run 'make menuconfig' to update current config utilising a menu based program."
|
||||||
|
@echo "Run 'make savedefconfig' to save current config back to config directory."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user