Skip to content

Commit

Permalink
Fix target build for ocb in testmodes
Browse files Browse the repository at this point in the history
Should fix issue #5
  • Loading branch information
ctz authored Dec 20, 2016
1 parent 12a2320 commit 11f68df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/arm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ SRCS = boot.c memcpy.s memset.s semihost.c semihost.s \
../aes.c ../eax.c ../gcm.c ../cbcmac.c ../ccm.c \
../modes.c ../cmac.c ../gf128.c \
../hmac.c ../pbkdf2.c ../salsa20.c ../chacha20.c \
../norx.c ../chacha20poly1305.c ../drbg.c

../norx.c ../chacha20poly1305.c ../drbg.c ../ocb.c
$(patsubst %,%.stm32f0.elf, $(FUNCS) $(AEADS)): $(SRCS) main.c $(CURVESRCS)
$(patsubst %,%.stm32f1.elf, $(FUNCS) $(AEADS)): $(SRCS) main.c $(CURVESRCS)
$(patsubst %,%.stm32f3.elf, $(FUNCS) $(AEADS)): $(SRCS) main.c $(CURVESRCS)
Expand Down

0 comments on commit 11f68df

Please sign in to comment.