[U-Boot-Users] [PATCH] Make out-of-tree compiling compatible

York Sun yorksun at freescale.com
Mon May 12 21:36:33 CEST 2008


On Sat, 2008-05-10 at 01:17 +0200, Wolfgang Denk wrote:

> >  include $(TOPDIR)/config.mk
> >  
> > +$(shell mkdir -p $(OBJTREE)/board/freescale/common)
> > +
> >  LIB	= $(obj)lib$(BOARD).a
> 
> I'm missing some rule to remove that directory for  "make  clean"  or
> "make distclean" ?
> 

No, you are not. You have the following in Makefile

distclean:      clobber unconfig
        rm -rf $(obj)*
endif

All temporary folders are removed.

I just resent you the v2 patch.

York






More information about the U-Boot mailing list