diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2016-05-21 13:16:58 +0200 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2016-05-21 13:16:58 +0200 |
commit | 3d16ad028d69acc581095430d20463ed66f65779 (patch) | |
tree | fcc475d12213bdd24f5b5e0071750e4c78b93e5a /Makefile | |
parent | 8204c137d39d936da4fb4f2dc13ed56d0bcec5e5 (diff) |
Add code to access the keystore memory (SPI flash).
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -56,6 +56,7 @@ export BOARD_OBJS = \ $(TOPLEVEL)/stm-rtc.o \ $(TOPLEVEL)/spiflash_n25q128.o \ $(TOPLEVEL)/stm-fpgacfg.o \ + $(TOPLEVEL)/stm-keystore.o \ $(TOPLEVEL)/syscalls.o \ $(BOARD_DIR)/TOOLCHAIN_GCC_ARM/startup_stm32f429xx.o \ $(BOARD_DIR)/system_stm32f4xx.o \ |