diff --git a/Makefile b/Makefile index 0bec3ac..80fcff5 100644 --- a/Makefile +++ b/Makefile @@ -35,6 +35,10 @@ usavedefconfig: umenuconfig: make -C ./u-boot-brain menuconfig +.PHONY: +uclean: + make -C ./u-boot-brain distclean + .PHONY: ubuild: make -j$(JOBS) -C ./u-boot-brain u-boot.sb