summaryrefslogtreecommitdiffstats
path: root/board/atum8548/Makefile
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-01-17 00:32:17 -0600
committerKumar Gala <galak@kernel.crashing.org>2008-01-17 02:06:05 -0600
commit80d0b6a1498761c4355b2db9c8001b04c295e7b8 (patch)
tree85e55303c8028bc004e108733601327e7e527387 /board/atum8548/Makefile
parent0f7a3dc95cbff3c21bd6dbc639313796412bbbab (diff)
downloadblackbird-obmc-uboot-80d0b6a1498761c4355b2db9c8001b04c295e7b8.tar.gz
blackbird-obmc-uboot-80d0b6a1498761c4355b2db9c8001b04c295e7b8.zip
85xx: Convert ATUM8548 to new TLB setup
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/atum8548/Makefile')
-rw-r--r--board/atum8548/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/board/atum8548/Makefile b/board/atum8548/Makefile
index bf0830c874..ac4e583855 100644
--- a/board/atum8548/Makefile
+++ b/board/atum8548/Makefile
@@ -29,9 +29,7 @@ endif
LIB = $(obj)lib$(BOARD).a
-COBJS := $(BOARD).o law.o
-
-SOBJS := init.o
+COBJS := $(BOARD).o law.o tlb.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))
OpenPOWER on IntegriCloud