]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/freescale/mpc8560ads/Makefile
85xx: convert MPC8540/MPC8560 ADS over to use new LAW init code
[people/ms/u-boot.git] / board / freescale / mpc8560ads / Makefile
index 29136508f582978c220d00246adcd4034c1fe24d..0c8f470163d6c62d5abc18f1192d0ad59c22ba5e 100644 (file)
@@ -25,9 +25,8 @@ include $(TOPDIR)/config.mk
 
 LIB    = $(obj)lib$(BOARD).a
 
-COBJS  := $(BOARD).o
+COBJS  := $(BOARD).o law.o
 SOBJS  := init.o
-#SOBJS :=
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(COBJS))