diff options
| author | Keith Packard <keithp@keithp.com> | 2013-01-16 15:22:46 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-01-16 15:22:46 -0800 |
| commit | a04c4f7b07e97d568f8f6f56dd363329817fb52c (patch) | |
| tree | f910404d47850c6e7022b8fc3f87292b2b2b6d53 /src/micropeak/Makefile | |
| parent | 0c2fa9614ffe22901ba0fd089e1e02c362f9fbe0 (diff) | |
| parent | bd84dfd8e53d8939281993e062015f67c0dd9fa2 (diff) | |
Merge branch 'master' into telescience-v0.2
Diffstat (limited to 'src/micropeak/Makefile')
| -rw-r--r-- | src/micropeak/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/micropeak/Makefile b/src/micropeak/Makefile index ff0a4499..315b93f6 100644 --- a/src/micropeak/Makefile +++ b/src/micropeak/Makefile @@ -33,7 +33,9 @@ ALTOS_SRC = \ ao_eeprom_tiny.c \ ao_panic.c \ ao_log_micro.c \ - ao_async.c + ao_async.c \ + ao_microflight.c \ + ao_microkalman.c INC=\ ao.h \ |
