summaryrefslogtreecommitdiff
path: root/board/sbc8560/Makefile
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-01-16 09:05:27 -0600
committerKumar Gala <galak@kernel.crashing.org>2008-01-16 23:21:55 -0600
commite2b159d0070ee06e4ac7e2f9381d3e8e542e614a (patch)
treed6b4078592b724ed2d85792aef6596f4a75f9857 /board/sbc8560/Makefile
parent2cfaa1aa1aac39a81006b7b27e0e431bf21f6dfa (diff)
85xx: convert SBC8540/SBC8560/SBC8548 over to use new LAW init code
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/sbc8560/Makefile')
-rw-r--r--board/sbc8560/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/sbc8560/Makefile b/board/sbc8560/Makefile
index 15965252f..c346fdf5a 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))