diff options
Diffstat (limited to 'sw/Makefile.i2c')
-rwxr-xr-x | sw/Makefile.i2c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/Makefile.i2c b/sw/Makefile.i2c index fa136a4..98cd541 100755 --- a/sw/Makefile.i2c +++ b/sw/Makefile.i2c @@ -1,5 +1,5 @@ CC = gcc -CFLAGS = -Wall +CFLAGS = -Wall -fPIC LIB = libcryptech_i2c.a BIN = hash_i2c hash_tester_i2c trng_extractor_i2c trng_tester_i2c |