mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-08-12 08:30:32 -04:00
testloadapp: Use blake2s from tkey-libs
This commit is contained in:
parent
ea6b755699
commit
76b7ba7d73
1 changed files with 1 additions and 2 deletions
|
@ -36,7 +36,7 @@ ASFLAGS = \
|
||||||
|
|
||||||
LDFLAGS = \
|
LDFLAGS = \
|
||||||
-T $(LIBDIR)/app.lds \
|
-T $(LIBDIR)/app.lds \
|
||||||
-L $(LIBDIR) -lcrt0 -lcommon -lmonocypher
|
-L $(LIBDIR) -lcrt0 -lcommon -lmonocypher -lblake2s
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
all: testloadapp.bin
|
all: testloadapp.bin
|
||||||
|
@ -56,7 +56,6 @@ TESTLOADAPP_FMTFILES = \
|
||||||
TESTLOADAPP_OBJS = \
|
TESTLOADAPP_OBJS = \
|
||||||
$(P)/main.o \
|
$(P)/main.o \
|
||||||
../testapp/syscall.o \
|
../testapp/syscall.o \
|
||||||
../tk1/blake2s/blake2s.o
|
|
||||||
|
|
||||||
testloadapp.elf: tkey-libs $(TESTLOADAPP_OBJS)
|
testloadapp.elf: tkey-libs $(TESTLOADAPP_OBJS)
|
||||||
$(CC) $(CFLAGS) $(TESTLOADAPP_OBJS) $(LDFLAGS) -o $@
|
$(CC) $(CFLAGS) $(TESTLOADAPP_OBJS) $(LDFLAGS) -o $@
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue