aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-07-07 14:04:50 -0400
committerRob Austein <sra@hactrn.net>2015-07-07 14:04:50 -0400
commit0ababd7dc7ab6a080971e669598a862ad23d2fa1 (patch)
treea8cb067c8f6725ea3837861c6a8b340037e772b8
parent94666f41262c2d8afb14552d0939ccca31e5e9f3 (diff)
Track move of third party libraries to /sw/thirdparty/.
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
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