[coreboot] [PATCH] filo: 'make clean' fixes

Peter Stuge peter at stuge.se
Sat Jan 19 20:34:36 CET 2008


On Sat, Jan 19, 2008 at 08:03:50PM +0100, Uwe Hermann wrote:
> Properly cleanup null.o and builtin.o upon 'make clean'.
> 
> Signed-off-by: Uwe Hermann <uwe at hermann-uwe.de>

Acked-by: Peter Stuge <peter at stuge.se>


> Index: Makefile
> ===================================================================
> --- Makefile	(Revision 41)
> +++ Makefile	(Arbeitskopie)
> @@ -60,7 +60,7 @@
>  	+$(MAKE) -C $(patsubst _clean_%,%,$@) clean
>  
>  clean: $(SUBDIRS_CLEAN)
> -	rm -f filo.elf filo config.h filo.iso
> +	rm -f filo.elf filo config.h filo.iso null.o builtin.o
>  
>  distclean: clean
>  	rm -f Config Config.bak include/arch




More information about the coreboot mailing list