summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/calypso/Makefile
diff options
context:
space:
mode:
authorSylvain Munaut2010-02-21 18:59:21 +0100
committerHarald Welte2010-02-23 15:03:05 +0100
commitf6c0bba6dd2ef0bb87dedc6276c2c62285324f56 (patch)
tree52600abfe01cc34fa461dce12c31b978ceaf2b8d /src/target/firmware/calypso/Makefile
parentcfi_flash: Make the init message a debug output (diff)
downloadosmocom-f6c0bba6dd2ef0bb87dedc6276c2c62285324f56.tar.gz
osmocom-f6c0bba6dd2ef0bb87dedc6276c2c62285324f56.tar.xz
osmocom-f6c0bba6dd2ef0bb87dedc6276c2c62285324f56.zip
calypso: Add experimental driver for uWire
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 8f3da0a..3a230f6 100644
--- a/src/target/firmware/calypso/Makefile
+++ b/src/target/firmware/calypso/Makefile
@@ -1,7 +1,7 @@
INCLUDES=-I../include/ -I../../../../include
-include ../Makefile.inc
-OBJS=arm.o clock.o dma.o dsp.o du.o i2c.o irq.o rtc.o spi.o tpu.o tsp.o keypad.o misc.o timer.o backlight.o uart.o
+OBJS=arm.o clock.o dma.o dsp.o du.o i2c.o irq.o rtc.o spi.o tpu.o tsp.o keypad.o misc.o timer.o backlight.o uart.o uwire.o
LST=$(OBJS:.o=.lst)