summaryrefslogtreecommitdiff
path: root/board/spc1920/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2007-01-10 14:34:43 (GMT)
committerWolfgang Denk <wd@denx.de>2007-01-10 14:34:43 (GMT)
commit2e615814352d520a363f76ca169a3275ee1e1ed0 (patch)
treeea54fcb665b59d54a4943925de7dfbf67596fda3 /board/spc1920/Makefile
parent787fa15860a57833e50bd30555079a9cd4e519b8 (diff)
parent67fea022fa957f59653b5238c7496f80a6b70432 (diff)
downloadu-boot-fsl-qoriq-2e615814352d520a363f76ca169a3275ee1e1ed0.tar.xz
Merge with /home/mk/11-cmb1920/u-boot#4upstream
Diffstat (limited to 'board/spc1920/Makefile')
-rw-r--r--board/spc1920/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/spc1920/Makefile b/board/spc1920/Makefile
index 424ab1c..0c48c3a 100644
--- a/board/spc1920/Makefile
+++ b/board/spc1920/Makefile
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).a
-COBJS = $(BOARD).o
+COBJS = $(BOARD).o hpi.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))