summaryrefslogtreecommitdiffstats
path: root/board/freescale/mpc8540ads/Makefile
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-01-16 01:32:06 -0600
committerKumar Gala <galak@kernel.crashing.org>2008-01-16 23:21:55 -0600
commit7232a2724ccc9dcbc3ec4ef84ada02f13ccd1238 (patch)
tree0867d81cde8d13b0075f102c8cf927e6c02152cf /board/freescale/mpc8540ads/Makefile
parent4bcae9c92aee0d72a2f19b81cab27ef38107ce75 (diff)
downloadblackbird-obmc-uboot-7232a2724ccc9dcbc3ec4ef84ada02f13ccd1238.tar.gz
blackbird-obmc-uboot-7232a2724ccc9dcbc3ec4ef84ada02f13ccd1238.zip
85xx: convert MPC8540/MPC8560 ADS over to use new LAW init code
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/freescale/mpc8540ads/Makefile')
-rw-r--r--board/freescale/mpc8540ads/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/freescale/mpc8540ads/Makefile b/board/freescale/mpc8540ads/Makefile
index 29136508f5..0c8f470163 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))
OpenPOWER on IntegriCloud