diff options
author | Keith Packard <keithp@keithp.com> | 2013-03-24 23:52:14 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-03-24 23:52:14 -0700 |
commit | 6fe1e32f5361e901b88b63a30f070e67d460ada1 (patch) | |
tree | b96529f7f01a3a7bc93f7278a5d7e0b74a93c288 /src/telegps-v0.1/Makefile | |
parent | 4ddfb3ea07c2073f8c4d79feaf262c9fb910cfce (diff) |
altos/telegps: Hook up cc115l driver
Doesn't actually do anything yet, but should initialize the chip at least
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telegps-v0.1/Makefile')
-rw-r--r-- | src/telegps-v0.1/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/telegps-v0.1/Makefile b/src/telegps-v0.1/Makefile index 48caee4d..26d9eaa0 100644 --- a/src/telegps-v0.1/Makefile +++ b/src/telegps-v0.1/Makefile @@ -13,6 +13,8 @@ INC = \ ao_product.h \ ao_task.h \ ao_whiten.h \ + ao_cc115l.h \ + ao_fec.h \ stm32l.h \ Makefile @@ -44,7 +46,9 @@ ALTOS_SRC = \ ao_usb_stm.c \ ao_exti_stm.c \ ao_serial_stm.c \ - ao_gps_skytraq.c + ao_gps_skytraq.c \ + ao_cc115l.c \ + ao_fec_tx.c PRODUCT=TeleGPS-v0.1 PRODUCT_DEF=-DTELEGPS |