diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-01-16 01:32:06 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-16 23:21:55 -0600 |
commit | 7232a2724ccc9dcbc3ec4ef84ada02f13ccd1238 (patch) | |
tree | 0867d81cde8d13b0075f102c8cf927e6c02152cf /board/freescale/mpc8540ads/Makefile | |
parent | 4bcae9c92aee0d72a2f19b81cab27ef38107ce75 (diff) | |
download | u-boot-imx-7232a2724ccc9dcbc3ec4ef84ada02f13ccd1238.zip u-boot-imx-7232a2724ccc9dcbc3ec4ef84ada02f13ccd1238.tar.gz u-boot-imx-7232a2724ccc9dcbc3ec4ef84ada02f13ccd1238.tar.bz2 |
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/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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)) |