Add missing Makefile entry. Rename pubkey file.

This commit is contained in:
Szczepan Zalega 2019-08-07 13:39:16 +02:00
parent 9248c6462c
commit 188a34d1da
No known key found for this signature in database
GPG Key ID: D9BAE35991DE5B22
3 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ include build/common.mk
# ST related
SRC = bootloader/main.c bootloader/bootloader.c
SRC += bootloader/pubkey_bootloader.c bootloader/version_check.c
SRC += src/init.c src/redirect.c src/flash.c src/rng.c src/led.c src/device.c
SRC += src/fifo.c src/crypto.c src/attestation.c src/sense.c
SRC += src/startup_stm32l432xx.s src/system_stm32l4xx.c