summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/calypso/Makefile
diff options
context:
space:
mode:
authorSylvain Munaut2011-04-24 19:32:42 +0200
committerSylvain Munaut2011-04-24 19:38:22 +0200
commitd9639bb010d05a96a6cbced94668c5754a4f0de9 (patch)
tree0d300b732e20734abf8aaae2b10aac3db445f080 /src/target/firmware/calypso/Makefile
parenttarget: Hint configure we don't have a select.h (diff)
downloadosmocom-d9639bb010d05a96a6cbced94668c5754a4f0de9.tar.gz
osmocom-d9639bb010d05a96a6cbced94668c5754a4f0de9.tar.xz
osmocom-d9639bb010d05a96a6cbced94668c5754a4f0de9.zip
fw/calypso: Add a new driver for the buzzer control
Written-by: Jose Luis Pereira <onaips@gmail.com> Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
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 8fcad7b..c0620ed 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 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 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