commit | 79fa88f3ede051ca860667d5397e6cdc7e74a6d0 | [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 | cea655a224456d043192156fb2d44a0896194adc [diff] [blame] |
Patch by Pantelis Antoniou, 5 May 2004: - Intracom board update. - Add Codec POST.
diff --git a/post/Makefile b/post/Makefile index ec49156..4ee429d 100644 --- a/post/Makefile +++ b/post/Makefile
@@ -27,7 +27,7 @@ LIB = libpost.a AOBJS = cache_8xx.o -COBJS = cache.o cpu.o dsp.o ether.o +COBJS = cache.o codec.o cpu.o dsp.o ether.o COBJS += i2c.o memory.o post.o rtc.o COBJS += spr.o sysmon.o tests.o uart.o COBJS += usb.o watchdog.o