diff options
| author | Keith Packard <keithp@keithp.com> | 2011-12-17 17:05:06 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-12-17 17:09:35 -0800 |
| commit | eff8611e3eb19853b06acfcd7e978c9046cd5f78 (patch) | |
| tree | 7c303354018f8c6e8ee804dbee44e6d29aeb8d33 /src/telemetrum-v1.2/Makefile | |
| parent | 6baf6f41040f7b074d8cc84ef75e254c5d2b466b (diff) | |
altos: Create TeleMetrum v1.2 directory
The hardware is software-compatible with v1.1, but it's nice to have
the right version number in all of the files.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telemetrum-v1.2/Makefile')
| -rw-r--r-- | src/telemetrum-v1.2/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/telemetrum-v1.2/Makefile b/src/telemetrum-v1.2/Makefile new file mode 100644 index 00000000..4b650adf --- /dev/null +++ b/src/telemetrum-v1.2/Makefile @@ -0,0 +1,16 @@ +# +# AltOS build +# +# + +TM_VER=1.2 +TM_DEF=1_2 + +TM_INC = + +TM_SRC = \ + ao_companion.c \ + ao_gps_skytraq.c \ + ao_m25.c + +include ../product/Makefile.telemetrum |
