From: Wolfgang Denk Date: Thu, 3 Jul 2008 21:22:27 +0000 (+0200) Subject: SCM board: fix build errors. X-Git-Tag: v1.3.4-rc1~90^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ab4c3a490df9a964711556d2a05b0c787db45fde;p=u-boot SCM board: fix build errors. Signed-off-by: Wolfgang Denk --- diff --git a/board/siemens/SCM/Makefile b/board/siemens/SCM/Makefile index edc1820007..ed67a09bf5 100644 --- a/board/siemens/SCM/Makefile +++ b/board/siemens/SCM/Makefile @@ -22,23 +22,30 @@ # include $(TOPDIR)/config.mk + ifneq ($(OBJTREE),$(SRCTREE)) $(shell mkdir -p $(obj)../common) -$(shell mkdir -p $(obj)../../tqm8xx/) +$(shell mkdir -p $(obj)../../tqm8xx) endif LIB = $(obj)lib$(BOARD).a COBJS = scm.o flash.o fpga_scm.o ../common/fpga.o \ - ../../tqm8xx/load_sernum_ethaddr.o + ../../tqc/tqm8xx/load_sernum_ethaddr.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS)) SOBJS := $(addprefix $(obj),$(SOBJS)) -$(LIB): $(obj).depend $(OBJS) +$(LIB): $(OBJS) $(AR) $(ARFLAGS) $@ $(OBJS) +clean: + rm -f $(SOBJS) $(OBJS) + +distclean: clean + rm -f $(LIB) core *.bak $(obj).depend + ######################################################################### # defines $(obj).depend target