mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-19 05:58:09 +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
|