diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-01-17 00:32:17 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-17 02:06:05 -0600 |
commit | 80d0b6a1498761c4355b2db9c8001b04c295e7b8 (patch) | |
tree | 85e55303c8028bc004e108733601327e7e527387 /board/atum8548/Makefile | |
parent | 0f7a3dc95cbff3c21bd6dbc639313796412bbbab (diff) | |
download | u-boot-imx-80d0b6a1498761c4355b2db9c8001b04c295e7b8.zip u-boot-imx-80d0b6a1498761c4355b2db9c8001b04c295e7b8.tar.gz u-boot-imx-80d0b6a1498761c4355b2db9c8001b04c295e7b8.tar.bz2 |
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/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/board/atum8548/Makefile b/board/atum8548/Makefile index bf0830c..ac4e5838 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)) |