diff --git a/Makefile b/Makefile index be619c0..1c9cdb3 100644 --- a/Makefile +++ b/Makefile @@ -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