diff options
| author | Keith Packard <keithp@keithp.com> | 2011-05-06 15:44:56 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-05-06 15:44:56 -0700 |
| commit | c1760cebd47d0f03808f3204c0fcb1183f754e50 (patch) | |
| tree | cdc0517b800da41923b5bf8f8b625fd8b64a1bfc /src/Makefile.proto | |
| parent | 72a03baa73698fc1213a74320e6253c2380dd8fa (diff) | |
altos: Add preliminary telebt v0.1 defines
This should make the telebt v0.1 binary that works on the real hardware.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/Makefile.proto')
| -rw-r--r-- | src/Makefile.proto | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/Makefile.proto b/src/Makefile.proto index ca68edbc..04b708b2 100644 --- a/src/Makefile.proto +++ b/src/Makefile.proto @@ -238,7 +238,7 @@ TNANO_BASE_SRC = \ $(TNANO_MAIN_SRC) # -# Sources for TeleDongle +# Sources for TeleBluetooth # TBT_MAIN_SRC = \ @@ -255,6 +255,12 @@ TBT_BASE_SRC = \ $(DBG_SRC) \ $(TBT_MAIN_SRC) +TBT_V_0_1_SRC = \ + $(TBT_BASE_SRC) \ + $(SPI_DRIVER_SRC) \ + $(M25_DRIVER_SRC) \ + ao_log_telem.c + # # TI Dongle sources # |
