diff options
author | Markus Klotzbuecher <mk@creamnet.de> | 2007-01-09 14:57:10 +0100 |
---|---|---|
committer | Markus Klotzbuecher <mk@pollux.denx.de> | 2007-01-09 14:57:10 +0100 |
commit | d28707dbce1e9ac2017ad051da4133bf22b4204f (patch) | |
tree | 94c5168762a51c4eb8bb861848ddd7664eb3bd60 /board/spc1920/Makefile | |
parent | f4eb54529bb3664c3a562e488b460fe075f79d67 (diff) |
Add support for the tms320671x host port interface (HPI)
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 424ab1cf9e3..0c48c3aeecc 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)) |