]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/xilinx/ml300/Makefile
imported Freescale specific U-Boot additions for i.MX28,... release L2.6.31_10.08.01
[karo-tx-uboot.git] / board / xilinx / ml300 / Makefile
index 02c22fbef1f1fe1a92e1824bf74584a73514253f..b8a2d64c4f4406488dd8012e3deb9cbdb85070c4 100755 (executable)
@@ -28,9 +28,9 @@ $(shell mkdir -p $(obj)../xilinx_enet)
 $(shell mkdir -p $(obj)../xilinx_iic)
 endif
 
-INCS           := -I../ml300 -I../common -I../xilinx_enet -I../xilinx_iic
+INCS           := -I../common -I../xilinx_enet -I../xilinx_iic
 CFLAGS         += $(INCS)
-HOST_CFLAGS    += $(INCS)
+HOSTCFLAGS     += $(INCS)
 
 LIB    = $(obj)lib$(BOARD).a
 
@@ -58,7 +58,7 @@ clean:
        rm -f $(SOBJS) $(OBJS)
 
 distclean:     clean
-       rm -f $(LIB) core *.bak .depend
+       rm -f $(LIB) core *.bak $(obj).depend
 
 #########################################################################