diff options
| author | Keith Packard <keithp@keithp.com> | 2011-03-06 21:03:57 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-03-16 15:57:38 -0700 |
| commit | 0e4c55d78852415e79f7318471f4d00c89703b78 (patch) | |
| tree | 4407453f2b06db449f6bd32727a3f955f99f33a4 /src/Makefile | |
| parent | 2d41358c80f2eb8b6e98d699149bb941a6671475 (diff) | |
altos: Add TeleMini v1.0
This adds initial code for the telemini board, a two channel
flight computer with digital telemetry and a barometric sensor.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index a6615321..42383f88 100644 --- a/src/Makefile +++ b/src/Makefile @@ -6,7 +6,12 @@ CC=sdcc include Version -SUBDIRS=telemetrum-v1.1 telemetrum-v1.0 teledongle-v0.2 telemetrum-v0.1-sky telemetrum-v0.1-sirf teledongle-v0.1 tidongle test +SUBDIRS=\ + telemetrum-v1.1 telemetrum-v1.0 \ + teledongle-v0.2 teledongle-v0.1 \ + telemini-v0.1 \ + telemetrum-v0.1-sky telemetrum-v0.1-sirf \ + tidongle test all: all-recursive |
