[Cryptech-Commits] [sw/libhal] 58/58: Track move of third party libraries to /sw/thirdparty/.
git at cryptech.is
git at cryptech.is
Tue Jul 7 18:25:42 UTC 2015
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a commit to branch master
in repository sw/libhal.
commit 0ababd7dc7ab6a080971e669598a862ad23d2fa1
Author: Rob Austein <sra at hactrn.net>
Date: Tue Jul 7 14:04:50 2015 -0400
Track move of third party libraries to /sw/thirdparty/.
---
GNUmakefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/GNUmakefile b/GNUmakefile
index 870d536..82ec7ec 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -36,7 +36,7 @@ IO_OBJ_I2C = hal_io_i2c.o
# Default I/O bus is EIM, override this to use I2C instead
IO_OBJ = ${IO_OBJ_EIM}
-TFMDIR := $(abspath ../libtfm)
+TFMDIR := $(abspath ../thirdparty/libtfm)
CFLAGS := -g3 -Wall -fPIC -std=c99 -I${TFMDIR}
LDFLAGS := -g3 -L${TFMDIR} -ltfm
More information about the Commits
mailing list