diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-01-16 01:16:16 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-16 23:21:55 -0600 |
commit | 4bcae9c92aee0d72a2f19b81cab27ef38107ce75 (patch) | |
tree | 774e6717f5bfe8c517b817f3975540e6d5ad2ded /board/freescale/mpc8544ds/Makefile | |
parent | 83d40dfd79fe868796275802f60116d84b9e4395 (diff) | |
download | u-boot-imx-4bcae9c92aee0d72a2f19b81cab27ef38107ce75.zip u-boot-imx-4bcae9c92aee0d72a2f19b81cab27ef38107ce75.tar.gz u-boot-imx-4bcae9c92aee0d72a2f19b81cab27ef38107ce75.tar.bz2 |
85xx: convert MPC8544 DS over to use new LAW init code
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/freescale/mpc8544ds/Makefile')
-rw-r--r-- | board/freescale/mpc8544ds/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mpc8544ds/Makefile b/board/freescale/mpc8544ds/Makefile index c6f159a..665251d 100644 --- a/board/freescale/mpc8544ds/Makefile +++ b/board/freescale/mpc8544ds/Makefile @@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(BOARD).a -COBJS := $(BOARD).o +COBJS := $(BOARD).o law.o SOBJS := init.o |