diff options
| author | Bdale Garbee <bdale@gag.com> | 2017-04-22 15:45:52 -0600 |
|---|---|---|
| committer | Bdale Garbee <bdale@gag.com> | 2017-04-22 15:45:52 -0600 |
| commit | 439a51ed503b74c1739cf150cdc91685653deed0 (patch) | |
| tree | e1ecfd24af85b3386dc8b27e29a7e3e12514a17d /src/telefiretwo-v1.0/Makefile | |
| parent | ffc90fa3f932aef4dd85147817949aa9474b6d26 (diff) | |
enable spi flash on telefiretwo
Diffstat (limited to 'src/telefiretwo-v1.0/Makefile')
| -rw-r--r-- | src/telefiretwo-v1.0/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/telefiretwo-v1.0/Makefile b/src/telefiretwo-v1.0/Makefile index 927b3a80..f4629599 100644 --- a/src/telefiretwo-v1.0/Makefile +++ b/src/telefiretwo-v1.0/Makefile @@ -43,6 +43,8 @@ ALTOS_SRC = \ ao_spi_stm.c \ ao_beep_stm.c \ ao_eeprom_stm.c \ + ao_storage.c \ + ao_m25.c \ ao_usb_stm.c \ ao_exti_stm.c \ ao_cc1200.c \ |
