diff options
| author | Keith Packard <keithp@keithp.com> | 2013-04-25 21:25:12 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2014-02-08 22:03:04 -0800 |
| commit | 80edc09b124b5a4ee36c863cfbeba348f77b5124 (patch) | |
| tree | ca6e3f4b5d7311cadfd23cd50343e9063edb20b4 /src/fox1ihu/Makefile | |
| parent | 32199c778da71e94c7d620de07609dd8c8cf5c18 (diff) | |
altos/fox: Add MRAM and SD card drivers
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/fox1ihu/Makefile')
| -rw-r--r-- | src/fox1ihu/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/fox1ihu/Makefile b/src/fox1ihu/Makefile index d702cca8..aa5c6b4a 100644 --- a/src/fox1ihu/Makefile +++ b/src/fox1ihu/Makefile @@ -15,6 +15,9 @@ INC = \ ao_storage.h \ ao_task.h \ stm32l.h \ + ao_sdcard.h \ + ao_bufio.h \ + ao_fat.h \ Makefile #PROFILE=ao_profile.c @@ -45,7 +48,10 @@ ALTOS_SRC = \ ao_adc_stm.c \ ao_data.c \ ao_storage.c \ - ao_m25.c \ + ao_mr25.c \ + ao_sdcard.c \ + ao_bufio.c \ + ao_fat.c \ ao_watchdog.c PRODUCT=Fox1IHU-v1 |
