diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2016-05-27 15:56:16 +0200 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2016-05-27 15:56:16 +0200 |
commit | 92ce4da1158aabd1a45d3a5044a5e5fd7bac3c41 (patch) | |
tree | 01b86c44026aacdd9a23d584f36c929c9a681f37 /Makefile | |
parent | 24ce7281fcf08cd471f2948af7658dd57a53ee63 (diff) |
DFU working - but no signature validation for now.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,6 +59,7 @@ export BOARD_OBJS = \ $(TOPLEVEL)/stm-fpgacfg.o \ $(TOPLEVEL)/stm-keystore.o \ $(TOPLEVEL)/stm-sdram.o \ + $(TOPLEVEL)/stm-flash.o \ $(TOPLEVEL)/syscalls.o \ $(BOARD_DIR)/TOOLCHAIN_GCC_ARM/startup_stm32f429xx.o \ $(BOARD_DIR)/system_stm32f4xx.o \ |