summaryrefslogtreecommitdiff
path: root/board/pm856/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-01-23 13:56:55 +0100
committerWolfgang Denk <wd@denx.de>2008-01-23 13:56:55 +0100
commit39166b5c9e7160761419f816f995b1d8029aa4a7 (patch)
tree45ec07fd02acb2338351b978194732af56c480a7 /board/pm856/Makefile
parentcfe5ca77976afdbe7ecb86e39fd7505bde636ace (diff)
parent6ea66a818de376ff599c40bdd6c361cfcba2fb6f (diff)
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx
Diffstat (limited to 'board/pm856/Makefile')
-rw-r--r--board/pm856/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/board/pm856/Makefile b/board/pm856/Makefile
index 29136508f58..be243885be6 100644
--- a/board/pm856/Makefile
+++ b/board/pm856/Makefile
@@ -25,9 +25,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).a
-COBJS := $(BOARD).o
-SOBJS := init.o
-#SOBJS :=
+COBJS := $(BOARD).o law.o tlb.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))