summaryrefslogtreecommitdiff
path: root/board/pm854/Makefile
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-01-16 09:06:48 -0600
committerKumar Gala <galak@kernel.crashing.org>2008-01-16 23:21:55 -0600
commit45f2166ac0233a9263058378f39612bd11f61196 (patch)
treeb7ad670c56772a5c0c7e66712a0b0becb2413930 /board/pm854/Makefile
parente2b159d0070ee06e4ac7e2f9381d3e8e542e614a (diff)
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/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/pm854/Makefile b/board/pm854/Makefile
index 29136508f..0c8f47016 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))