Merge branch 'master' of git://www.denx.de/git/u-boot-net
[oweals/u-boot.git] / board / freescale / mpc8641hpcn / Makefile
index 201da3ebead4dce59a07a2dccb789760a484ff18..c096e1552eabcd7067e2e3e6b483e40f90de705b 100644 (file)
@@ -25,9 +25,7 @@ include $(TOPDIR)/config.mk
 
 LIB    = $(obj)lib$(BOARD).a
 
-COBJS  := $(BOARD).o
-
-SOBJS  := init.o
+COBJS  := $(BOARD).o law.o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(COBJS))
@@ -41,7 +39,7 @@ clean:
 
 .PHONY: distclean
 distclean:     clean
-       rm -f $(LIB) core *.bak .depend
+       rm -f $(LIB) core *.bak $(obj).depend
 
 #########################################################################