From 9f7296b3feab872bf51fc369ade69cc1e7cf7a3f Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 22 Dec 2010 21:06:22 -0800 Subject: altos: Split out SPI driver. For TM with the companion connector, the SPI bus will be shared among multiple devices. Split out the existing SPI code into a common driver, with the SPI bus protected by a mutex. Signed-off-by: Keith Packard --- src/telemetrum-v0.1-sky/Makefile.defs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/telemetrum-v0.1-sky') diff --git a/src/telemetrum-v0.1-sky/Makefile.defs b/src/telemetrum-v0.1-sky/Makefile.defs index 000287ba..e032d1eb 100644 --- a/src/telemetrum-v0.1-sky/Makefile.defs +++ b/src/telemetrum-v0.1-sky/Makefile.defs @@ -2,6 +2,7 @@ PROG = telemetrum-v0.1-sky-$(VERSION).ihx SRC = \ $(TM_BASE_SRC) \ + $(SPI_DRIVER_SRC) \ $(EE_DRIVER_SRC) \ $(SKY_DRIVER_SRC) \ $(DBG_SRC) -- cgit v1.2.3