diff options
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 = \ |
