commit | c4e854f131d9122b737ffa18138fb01c6f409409 | [log] [tgz] |
---|---|---|
author | wdenk <wdenk> | Mon Jun 07 23:46:25 2004 +0000 |
committer | wdenk <wdenk> | Mon Jun 07 23:46:25 2004 +0000 |
tree | a720e281e25d5846b9c05cb65e58e7e589591b70 | |
parent | 2a6109c5cf748600c302c90032e057aafb9f7295 [diff] [blame] |
Patch by Pantelis Antoniou, 5 May 2004: - Intracom board update. - Add Codec POST.
diff --git a/board/netta/Makefile b/board/netta/Makefile index c89e4c5..68e2402 100644 --- a/board/netta/Makefile +++ b/board/netta/Makefile
@@ -25,7 +25,7 @@ LIB = lib$(BOARD).a -OBJS = $(BOARD).o flash.o dsp.o +OBJS = $(BOARD).o flash.o dsp.o codec.o $(LIB): .depend $(OBJS) $(AR) crv $@ $(OBJS)