From 7232a2724ccc9dcbc3ec4ef84ada02f13ccd1238 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Wed, 16 Jan 2008 01:32:06 -0600 Subject: 85xx: convert MPC8540/MPC8560 ADS over to use new LAW init code Signed-off-by: Kumar Gala --- board/freescale/mpc8540ads/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'board/freescale/mpc8540ads/Makefile') diff --git a/board/freescale/mpc8540ads/Makefile b/board/freescale/mpc8540ads/Makefile index 2913650..0c8f470 100644 --- a/board/freescale/mpc8540ads/Makefile +++ b/board/freescale/mpc8540ads/Makefile @@ -25,9 +25,8 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(BOARD).a -COBJS := $(BOARD).o +COBJS := $(BOARD).o law.o SOBJS := init.o -#SOBJS := SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS)) -- cgit v1.1 From 219a81b98d834f9071b6f7c3bdc6b7ec39cc46cc Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Thu, 17 Jan 2008 00:52:29 -0600 Subject: 85xx: Convert MPC8540/MPC8560 ADS to new TLB setup Signed-off-by: Kumar Gala --- board/freescale/mpc8540ads/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'board/freescale/mpc8540ads/Makefile') diff --git a/board/freescale/mpc8540ads/Makefile b/board/freescale/mpc8540ads/Makefile index 0c8f470..be24388 100644 --- a/board/freescale/mpc8540ads/Makefile +++ b/board/freescale/mpc8540ads/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)) -- cgit v1.1