diff options
| author | Keith Packard <keithp@keithp.com> | 2011-05-11 08:16:29 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-05-11 08:16:29 -0700 |
| commit | fef945e36c2397dd39b68995ed8d2ab81a4d24cd (patch) | |
| tree | 32260e89ee5bb0f77d56acb5c6b558b55154636f /src/Makefile.proto | |
| parent | 4c6fddf6f6ea7247291272af39966ab94260fb01 (diff) | |
| parent | 479bdffa35d0b8d4e48868c8d20f3cb1549521ab (diff) | |
Merge branch 'telebt' into telescience
Diffstat (limited to 'src/Makefile.proto')
| -rw-r--r-- | src/Makefile.proto | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/Makefile.proto b/src/Makefile.proto index ca68edbc..c86de823 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,13 @@ TBT_BASE_SRC = \ $(DBG_SRC) \ $(TBT_MAIN_SRC) +TBT_V_0_1_SRC = \ + $(TBT_BASE_SRC) \ + $(SPI_DRIVER_SRC) \ + $(M25_DRIVER_SRC) \ + $(BEEP_DRIVER_SRC) \ + ao_log_telem.c + # # TI Dongle sources # |
