X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=board%2Finka4x0%2FMakefile;h=82aa950017223e0247237246923e451822d91946;hb=40b161f6aea54104d0a5e477ff6a22338e8a7b4b;hp=8aa7e7c8e4aa539bb183e114541a89ae13ef68a5;hpb=8ad96012cd9e46b355ec63eb5a0155c92d8ca52c;p=karo-tx-uboot.git diff --git a/board/inka4x0/Makefile b/board/inka4x0/Makefile index 8aa7e7c8e4..82aa950017 100755 --- a/board/inka4x0/Makefile +++ b/board/inka4x0/Makefile @@ -1,5 +1,5 @@ # -# (C) Copyright 2003-2006 +# (C) Copyright 2003-2009 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # # See file CREDITS for list of people who contributed to this @@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(BOARD).a -COBJS := $(BOARD).o flash.o +COBJS := $(BOARD).o inkadiag.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS)) @@ -38,7 +38,7 @@ clean: rm -f $(SOBJS) $(OBJS) distclean: clean - rm -f $(LIB) core *.bak .depend + rm -f $(LIB) core *.bak $(obj).depend #########################################################################