diff options
| author | Keith Packard <keithp@keithp.com> | 2013-08-26 17:18:57 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-08-26 17:18:57 -0700 |
| commit | 9b9acb88aa97e8565cdf9342fc59a5aee08e3d34 (patch) | |
| tree | 66d1d106e05cdb6631c7779e5adf2b7db499eb63 /src/telemini-v2.0/Makefile | |
| parent | 7274b77666df9d2cab2854ec1a403d80e5fce73b (diff) | |
altos/telemini-v2.0: Add ao_exti.h depend. Init beeper and usb.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telemini-v2.0/Makefile')
| -rw-r--r-- | src/telemini-v2.0/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/telemini-v2.0/Makefile b/src/telemini-v2.0/Makefile index adb1256c..5550e172 100644 --- a/src/telemini-v2.0/Makefile +++ b/src/telemini-v2.0/Makefile @@ -23,7 +23,8 @@ INC = \ ao_ms5607_convert_8051.c \ ao_product.h \ ao_int64.h \ - ao_sample.h + ao_sample.h \ + ao_exti.h CORE_SRC = \ ao_cmd.c \ |
