Update u-boot-brain / append the updated way to run udefconfig

This commit is contained in:
Takumi Sueda
2020-11-01 22:46:19 +09:00
parent 6ec339674a
commit 9968956bc4
3 changed files with 9 additions and 2 deletions

View File

@@ -27,6 +27,10 @@ watch:
udefconfig:
make -C ./u-boot-brain pwsh1_defconfig
.PHONY:
udefconfig-%:
make -C ./u-boot-brain pw$*_defconfig
.PHONY:
usavedefconfig:
make -C ./u-boot-brain savedefconfig