Add usavedefconfig

This commit is contained in:
Takumi Sueda 2020-10-12 06:09:17 +09:00
parent 853a07f8e3
commit 180ec4926f
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@ watch:
udefconfig:
make -C ./u-boot-brain mx28evk_defconfig
.PHONY:
usavedefconfig:
make -C ./u-boot-brain savedefconfig
.PHONY:
umenuconfig:
make -C ./u-boot-brain menuconfig