diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-01-17 00:52:29 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-17 02:06:53 -0600 |
commit | 219a81b98d834f9071b6f7c3bdc6b7ec39cc46cc (patch) | |
tree | 8e8dbfd5161620c312eb7395890c4633c592fb30 /board/freescale/mpc8560ads/Makefile | |
parent | 80d0b6a1498761c4355b2db9c8001b04c295e7b8 (diff) | |
download | u-boot-imx-219a81b98d834f9071b6f7c3bdc6b7ec39cc46cc.zip u-boot-imx-219a81b98d834f9071b6f7c3bdc6b7ec39cc46cc.tar.gz u-boot-imx-219a81b98d834f9071b6f7c3bdc6b7ec39cc46cc.tar.bz2 |
85xx: Convert MPC8540/MPC8560 ADS to new TLB setup
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/freescale/mpc8560ads/Makefile')
-rw-r--r-- | board/freescale/mpc8560ads/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/freescale/mpc8560ads/Makefile b/board/freescale/mpc8560ads/Makefile index 0c8f470..be24388 100644 --- a/board/freescale/mpc8560ads/Makefile +++ b/board/freescale/mpc8560ads/Makefile @@ -25,8 +25,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)) |