X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Ffreescale%2Fmpc8641hpcn%2FMakefile;h=115df0532baabd7dc9d3864f6a70f470393f7fcd;hb=faf8f9bc95e526446c3b0554ebdc22af1291e72a;hp=201da3ebead4dce59a07a2dccb789760a484ff18;hpb=b90296fc39a33f84bb2b0aa79bf997be495ba791;p=u-boot diff --git a/board/freescale/mpc8641hpcn/Makefile b/board/freescale/mpc8641hpcn/Makefile index 201da3ebea..115df0532b 100644 --- a/board/freescale/mpc8641hpcn/Makefile +++ b/board/freescale/mpc8641hpcn/Makefile @@ -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))