summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/calypso/Makefile
diff options
context:
space:
mode:
authorSteve Markgraf <steve@steve-m.de>2010-07-15 03:18:20 +0200
committerHarald Welte <laforge@gnumonks.org>2010-07-15 13:50:56 +0200
commite38416a8d005cddd1c0668d6b1cc1fa3aec09fe8 (patch)
treefc84c9952f646b6920b67109c9def97a3dc7e009 /src/target/firmware/calypso/Makefile
parent39df9318dc74803c735fb877c7ea0bbbad951c24 (diff)
cleanup duplicated delay functions
Signed-off-by: Steve Markgraf <steve@steve-m.de>
Diffstat (limited to 'src/target/firmware/calypso/Makefile')
-rw-r--r--src/target/firmware/calypso/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/calypso/Makefile b/src/target/firmware/calypso/Makefile
index ef8a6a7a..ff62cb8a 100644
--- a/src/target/firmware/calypso/Makefile
+++ b/src/target/firmware/calypso/Makefile
@@ -1,4 +1,4 @@
LIBRARIES+=calypso
calypso_DIR=calypso
-calypso_SRCS=arm.c clock.c dma.c dsp.c du.c i2c.c irq.c rtc.c spi.c tpu.c tsp.c keypad.c misc.c timer.c backlight.c uart.c uwire.c
+calypso_SRCS=arm.c clock.c delay.c dma.c dsp.c du.c i2c.c irq.c rtc.c spi.c tpu.c tsp.c keypad.c misc.c timer.c backlight.c uart.c uwire.c