mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-23 06:48:16 +00:00
Add Makefile comments
This commit is contained in:
parent
70da2c6be3
commit
6f7bb6fb6b
2
Makefile
2
Makefile
@ -8,9 +8,11 @@ OBJS += ripemd160.o
|
|||||||
OBJS += sha2.o
|
OBJS += sha2.o
|
||||||
OBJS += aescrypt.o aeskey.o aestab.o aes_modes.o
|
OBJS += aescrypt.o aeskey.o aestab.o aes_modes.o
|
||||||
|
|
||||||
|
# Required libraries for Linux
|
||||||
TESTLIBS = -lcheck -lrt -lpthread -lm
|
TESTLIBS = -lcheck -lrt -lpthread -lm
|
||||||
TESTSSLLIBS = -lcrypto
|
TESTSSLLIBS = -lcrypto
|
||||||
|
|
||||||
|
|
||||||
all: tests test-openssl
|
all: tests test-openssl
|
||||||
|
|
||||||
%.o: %.c %.h
|
%.o: %.c %.h
|
||||||
|
Loading…
Reference in New Issue
Block a user