diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-01-16 09:06:48 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-16 23:21:55 -0600 |
commit | 45f2166ac0233a9263058378f39612bd11f61196 (patch) | |
tree | b7ad670c56772a5c0c7e66712a0b0becb2413930 /board/pm854/Makefile | |
parent | e2b159d0070ee06e4ac7e2f9381d3e8e542e614a (diff) | |
download | u-boot-imx-45f2166ac0233a9263058378f39612bd11f61196.zip u-boot-imx-45f2166ac0233a9263058378f39612bd11f61196.tar.gz u-boot-imx-45f2166ac0233a9263058378f39612bd11f61196.tar.bz2 |
85xx: convert PM854/PM856 over to use new LAW init code
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/pm854/Makefile')
-rw-r--r-- | board/pm854/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/pm854/Makefile b/board/pm854/Makefile index 2913650..0c8f470 100644 --- a/board/pm854/Makefile +++ b/board/pm854/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)) |