mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 20:38:10 +00:00
14 lines
192 B
Makefile
14 lines
192 B
Makefile
APPVER = fastflash
|
|
|
|
NAME = bootloader
|
|
|
|
OBJS += bootloader.o
|
|
OBJS += signatures.o
|
|
OBJS += usb.o
|
|
|
|
OBJS += ../vendor/trezor-crypto/sha2.o
|
|
|
|
include ../Makefile.include
|
|
|
|
CFLAGS += -I../bootloader
|