summaryrefslogtreecommitdiffstats
path: root/board/stxssa/Makefile
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-01-16 09:11:53 -0600
committerKumar Gala <galak@kernel.crashing.org>2008-01-16 23:21:56 -0600
commit572b13afc42710f2957c382a710360429c0e099b (patch)
tree17a68276dce04923f26a14c35603afba54264e1a /board/stxssa/Makefile
parent45f2166ac0233a9263058378f39612bd11f61196 (diff)
downloadtalos-obmc-uboot-572b13afc42710f2957c382a710360429c0e099b.tar.gz
talos-obmc-uboot-572b13afc42710f2957c382a710360429c0e099b.zip
85xx: convert STXGP3/STXSSA over to use new LAW init code
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/stxssa/Makefile')
-rw-r--r--board/stxssa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/stxssa/Makefile b/board/stxssa/Makefile
index 344ecdfd79..c43dd4e703 100644
--- a/board/stxssa/Makefile
+++ b/board/stxssa/Makefile
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).a
-COBJS := $(BOARD).o
+COBJS := $(BOARD).o law.o
SOBJS := init.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OpenPOWER on IntegriCloud