move to new file

This commit is contained in:
Conor Patrick
2019-01-07 18:50:01 -05:00
parent c330346c31
commit 6ffba7d472
4 changed files with 200 additions and 182 deletions

View File

@@ -5,7 +5,7 @@ AR=$(PREFIX)arm-none-eabi-ar
# ST related
SRC = src/main.c 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 += src/fifo.c src/crypto.c src/attestation.c src/nfc.c
SRC += src/startup_stm32l432xx.s src/system_stm32l4xx.c
SRC += $(wildcard lib/*.c) $(wildcard lib/usbd/*.c)