mirror of
				https://github.com/tillitis/tillitis-key1.git
				synced 2025-11-03 23:34:13 -05: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 = \
 | 
			
		||||
	-T $(LIBDIR)/app.lds \
 | 
			
		||||
	-L $(LIBDIR) -lcrt0 -lcommon -lmonocypher
 | 
			
		||||
	-L $(LIBDIR) -lcrt0 -lcommon -lmonocypher -lblake2s
 | 
			
		||||
 | 
			
		||||
.PHONY: all
 | 
			
		||||
all: testloadapp.bin
 | 
			
		||||
| 
						 | 
				
			
			@ -56,7 +56,6 @@ TESTLOADAPP_FMTFILES = \
 | 
			
		|||
TESTLOADAPP_OBJS = \
 | 
			
		||||
	$(P)/main.o \
 | 
			
		||||
	../testapp/syscall.o \
 | 
			
		||||
	../tk1/blake2s/blake2s.o
 | 
			
		||||
 | 
			
		||||
testloadapp.elf: tkey-libs $(TESTLOADAPP_OBJS)
 | 
			
		||||
	$(CC) $(CFLAGS) $(TESTLOADAPP_OBJS) $(LDFLAGS) -o $@
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue