diff options
| author | Keith Packard <keithp@keithp.com> | 2010-12-22 21:06:22 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2010-12-22 21:17:36 -0800 |
| commit | 9f7296b3feab872bf51fc369ade69cc1e7cf7a3f (patch) | |
| tree | 3ec494cea281d5df871ffecc94f61cfff88d0226 /src/Makefile.proto | |
| parent | 51c410c1c952e0e9bcf1b2c438813de63753be5f (diff) | |
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 <keithp@keithp.com>
Diffstat (limited to 'src/Makefile.proto')
| -rw-r--r-- | src/Makefile.proto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Makefile.proto b/src/Makefile.proto index b23eb257..c79638ac 100644 --- a/src/Makefile.proto +++ b/src/Makefile.proto @@ -72,6 +72,12 @@ TELE_DRIVER_SRC = \ ao_serial.c # +# Spi bus driver +# +SPI_DRIVER_SRC = \ + ao_spi.c + +# # Debug dongle driver (only on TI) # DBG_SRC = \ |
