diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-01-17 02:02:10 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-17 02:11:53 -0600 |
commit | 3b558e26a5ef31635787d6d6e97d70939d4f892d (patch) | |
tree | 58a6302220c050cd9ead2d4da65b3e188c113249 /board/tqm85xx/Makefile | |
parent | 74121b470c14f7eaf284ee838bffca6f9521069e (diff) | |
download | u-boot-imx-3b558e26a5ef31635787d6d6e97d70939d4f892d.zip u-boot-imx-3b558e26a5ef31635787d6d6e97d70939d4f892d.tar.gz u-boot-imx-3b558e26a5ef31635787d6d6e97d70939d4f892d.tar.bz2 |
85xx: Convert TQM85xx to new TLB setup
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/tqm85xx/Makefile')
-rw-r--r-- | board/tqm85xx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/tqm85xx/Makefile b/board/tqm85xx/Makefile index 66f2830..52f5ef9 100644 --- a/board/tqm85xx/Makefile +++ b/board/tqm85xx/Makefile @@ -25,8 +25,7 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(BOARD).a -COBJS := $(BOARD).o sdram.o law.o -SOBJS := init.o +COBJS := $(BOARD).o sdram.o law.o tlb.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS)) |