diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-01-16 09:11:53 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-16 23:21:56 -0600 |
commit | 572b13afc42710f2957c382a710360429c0e099b (patch) | |
tree | 17a68276dce04923f26a14c35603afba54264e1a /board/stxssa/Makefile | |
parent | 45f2166ac0233a9263058378f39612bd11f61196 (diff) | |
download | u-boot-imx-572b13afc42710f2957c382a710360429c0e099b.zip u-boot-imx-572b13afc42710f2957c382a710360429c0e099b.tar.gz u-boot-imx-572b13afc42710f2957c382a710360429c0e099b.tar.bz2 |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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) |