summaryrefslogtreecommitdiff
path: root/board/stxgp3/Makefile
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-01-17 01:56:32 -0600
committerKumar Gala <galak@kernel.crashing.org>2008-01-17 02:11:17 -0600
commit74121b470c14f7eaf284ee838bffca6f9521069e (patch)
tree55351d6300952f88cc0f0fa191617fae8255b606 /board/stxgp3/Makefile
parent143b518d9125b54f96f1d7f1afc640b8aae81ff0 (diff)
downloadu-boot-imx-74121b470c14f7eaf284ee838bffca6f9521069e.zip
u-boot-imx-74121b470c14f7eaf284ee838bffca6f9521069e.tar.gz
u-boot-imx-74121b470c14f7eaf284ee838bffca6f9521069e.tar.bz2
85xx: Convert STXGP3 & STXSSA to new TLB setup
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 c892247..28d6cb9 100644
--- a/board/stxgp3/Makefile
+++ b/board/stxgp3/Makefile
@@ -25,8 +25,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).a
-COBJS := $(BOARD).o flash.o law.o
-SOBJS := init.o
+COBJS := $(BOARD).o flash.o law.o tlb.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))