aboutsummaryrefslogtreecommitdiff
path: root/board/stxgp3/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/stxgp3/Makefile
parent45f2166ac0233a9263058378f39612bd11f61196 (diff)
85xx: convert STXGP3/STXSSA over to use new LAW init code
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/stxgp3/Makefile')
-rw-r--r--board/stxgp3/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/stxgp3/Makefile b/board/stxgp3/Makefile
index 7d52f8cac..c892247f5 100644
--- a/board/stxgp3/Makefile
+++ b/board/stxgp3/Makefile
@@ -25,9 +25,8 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).a
-COBJS := $(BOARD).o flash.o
+COBJS := $(BOARD).o flash.o law.o
SOBJS := init.o
-#SOBJS :=
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))