diff options
author | Rob Austein <sra@hactrn.net> | 2015-07-07 14:04:50 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-07-07 14:04:50 -0400 |
commit | 0ababd7dc7ab6a080971e669598a862ad23d2fa1 (patch) | |
tree | a8cb067c8f6725ea3837861c6a8b340037e772b8 | |
parent | 94666f41262c2d8afb14552d0939ccca31e5e9f3 (diff) |
Track move of third party libraries to /sw/thirdparty/.
-rw-r--r-- | GNUmakefile | 2 |
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 |