mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +00:00
Makefile: Add aes/aestst to default goal
This commit is contained in:
parent
c7be1c4694
commit
e223861848
2
Makefile
2
Makefile
@ -54,7 +54,7 @@ OBJS = $(SRCS:.c=.o)
|
||||
TESTLIBS = $(shell pkg-config --libs check) -lrt -lpthread -lm
|
||||
TESTSSLLIBS = -lcrypto
|
||||
|
||||
all: test_check test_openssl test_speed tools libtrezor-crypto.so
|
||||
all: test_check test_openssl test_speed aes/aestst tools libtrezor-crypto.so
|
||||
|
||||
%.o: %.c %.h options.h
|
||||
$(CC) $(CFLAGS) -o $@ -c $<
|
||||
|
Loading…
Reference in New Issue
Block a user