]> git.cryptolib.org Git - arm-crypto-lib.git/blobdiff - mkfiles/groestl_c.mk
added basic library creation support
[arm-crypto-lib.git] / mkfiles / groestl_c.mk
index 7d63a0d087c742701b05656c1181c89a82d07871..f8513df069a069ba0adb62890fbc0e42f35e031c 100644 (file)
@@ -5,8 +5,9 @@ ALGO_NAME := GROESTL_C
 HASHES += $(ALGO_NAME)
 
 $(ALGO_NAME)_DIR      := groestl/
+$(ALGO_NAME)_INCDIR   := memxor/ aes/ gf256mul/ hfal/
 $(ALGO_NAME)_OBJ      := groestl_small.o groestl_large.o memxor.o aes_sbox.o gf256mul.o
-$(ALGO_NAME)_TEST_BIN := hfal_groestl_large.o hfal_groestl_small.o main-groestl-test.o $(CLI_STD) $(HFAL_STD)
+$(ALGO_NAME)_TESTBIN := hfal_groestl_large.o hfal_groestl_small.o main-groestl-test.o $(CLI_STD) $(HFAL_STD)
 $(ALGO_NAME)_NESSIE_TEST      := test nessie
 $(ALGO_NAME)_PERFORMANCE_TEST := performance