summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/calypso/Makefile
diff options
context:
space:
mode:
authorWolfram Sang2011-05-04 22:58:14 +0200
committerHarald Welte2011-05-05 09:52:46 +0200
commit6b36f7856f1cc88e86e80835c140dc374e20b754 (patch)
tree705455ff0e9d4c2c95647742661a9b0dce37a168 /src/target/firmware/calypso/Makefile
parentcomm: msgb: don't set backlight on error (diff)
downloadosmocom-6b36f7856f1cc88e86e80835c140dc374e20b754.tar.gz
osmocom-6b36f7856f1cc88e86e80835c140dc374e20b754.tar.xz
osmocom-6b36f7856f1cc88e86e80835c140dc374e20b754.zip
lib: move delay.c from calypso to lib
Nothing calypso-related in there and needed for Mediatek, too. Signed-off-by: Wolfram Sang <wolfram@the-dreams.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 c0620ed..610a82c 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 buzzer.c clock.c delay.c dma.c dsp.c du.c i2c.c irq.c rtc.c sim.c spi.c tpu.c tsp.c keypad.c misc.c timer.c backlight.c uart.c uwire.c
+calypso_SRCS=arm.c buzzer.c clock.c dma.c dsp.c du.c i2c.c irq.c rtc.c sim.c spi.c tpu.c tsp.c keypad.c misc.c timer.c backlight.c uart.c uwire.c