TEST = thread-test semaphore-test mutex-test all: $(TEST:=.elf) %.elf: %.o $(BOARD_OBJS) $(LIBS) $(CC) $(CFLAGS) $^ -o $@ -T$(LDSCRIPT) -g -Wl,-Map=$*.map $(OBJCOPY) -O ihex $*.elf $*.hex $(OBJCOPY) -O binary $*.elf $*.bin $(OBJDUMP) -St $*.elf >$*.lst $(SIZE) $*.elf clean: rm -f *.o rm -f *.elf rm -f *.hex rm -f *.bin rm -f *.map rm -f *.lst e='sw/libhal Git repository'/>
aboutsummaryrefslogblamecommitdiff
path: root/tests/test-ecdsa.c
blob: da2b367993ed45898095f2f353bb54ab5e6b15c8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18