mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 23:48:12 +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
|
TESTLIBS = $(shell pkg-config --libs check) -lrt -lpthread -lm
|
||||||
TESTSSLLIBS = -lcrypto
|
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
|
%.o: %.c %.h options.h
|
||||||
$(CC) $(CFLAGS) -o $@ -c $<
|
$(CC) $(CFLAGS) -o $@ -c $<
|
||||||
|
Loading…
Reference in New Issue
Block a user