diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-01-17 01:44:34 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-17 02:10:42 -0600 |
commit | 143b518d9125b54f96f1d7f1afc640b8aae81ff0 (patch) | |
tree | d52899ed3f5912b21e6fe07a03c907823204cc43 /board/sbc8548/Makefile | |
parent | 818218bac6a11591e2542c344d2330e0f4e1968b (diff) | |
download | u-boot-143b518d9125b54f96f1d7f1afc640b8aae81ff0.tar.gz u-boot-143b518d9125b54f96f1d7f1afc640b8aae81ff0.tar.xz u-boot-143b518d9125b54f96f1d7f1afc640b8aae81ff0.zip |
85xx: Convert SBC8540/SBC8560/SBC8548 to new TLB setup
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/sbc8548/Makefile')
-rw-r--r-- | board/sbc8548/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/sbc8548/Makefile b/board/sbc8548/Makefile index c346fdf5a9..4b2a9f61bc 100644 --- a/board/sbc8548/Makefile +++ b/board/sbc8548/Makefile @@ -28,8 +28,7 @@ include $(TOPDIR)/config.mk 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)) |