commit | a3b76c559a177328bc82c99bfe60187c286d67fa | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Wed Jan 16 09:11:53 2008 -0600 |
committer | Kumar Gala <galak@kernel.crashing.org> | Wed Jan 16 23:21:56 2008 -0600 |
tree | 17a68276dce04923f26a14c35603afba54264e1a | |
parent | 9194a5335a3a32111f2e7d607bfccabe2b04a1a2 [diff] [blame] |
85xx: convert STXGP3/STXSSA over to use new LAW init code Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
diff --git a/board/stxssa/Makefile b/board/stxssa/Makefile index 344ecdf..c43dd4e 100644 --- a/board/stxssa/Makefile +++ b/board/stxssa/Makefile
@@ -25,7 +25,7 @@ LIB = $(obj)lib$(BOARD).a -COBJS := $(BOARD).o +COBJS := $(BOARD).o law.o SOBJS := init.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)