From e2b159d0070ee06e4ac7e2f9381d3e8e542e614a Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Wed, 16 Jan 2008 09:05:27 -0600 Subject: 85xx: convert SBC8540/SBC8560/SBC8548 over to use new LAW init code Signed-off-by: Kumar Gala --- board/sbc8560/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'board/sbc8560/Makefile') diff --git a/board/sbc8560/Makefile b/board/sbc8560/Makefile index 15965252f3..c346fdf5a9 100644 --- a/board/sbc8560/Makefile +++ b/board/sbc8560/Makefile @@ -28,9 +28,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)) -- cgit