diff options
author | Stefan Roese <sr@denx.de> | 2007-01-13 08:01:31 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-01-13 08:01:31 +0100 |
commit | 44cd6de2e1b0cdff76bf8c85a1c93c6844da62fd (patch) | |
tree | 9eee07aed4b22b114a2527ab24594df4b1e3d451 /board/spc1920/Makefile | |
parent | 95981778cff0038fd9941044d6a3eda810e33258 (diff) | |
parent | 6abaee42621c07e81a2cd189ad4368b5e8c50280 (diff) | |
download | u-boot-imx-44cd6de2e1b0cdff76bf8c85a1c93c6844da62fd.zip u-boot-imx-44cd6de2e1b0cdff76bf8c85a1c93c6844da62fd.tar.gz u-boot-imx-44cd6de2e1b0cdff76bf8c85a1c93c6844da62fd.tar.bz2 |
Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx-merge-sr
Diffstat (limited to 'board/spc1920/Makefile')
-rw-r--r-- | board/spc1920/Makefile | 2 |
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)) |