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 <[EMAIL PROTECTED]>
Acked-by: Peter Stuge <[EMAIL PROTECTED]> > 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 -- coreboot mailing list [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

