projects
/
bno055.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a41303
)
Add -fPIC to support ROS Noetic driver.
author
Walter Fetter Lages
<w.fetter@ieee.org>
Thu, 3 Dec 2020 06:19:45 +0000
(
03:19
-0300)
committer
Walter Fetter Lages
<w.fetter@ieee.org>
Thu, 3 Dec 2020 06:19:45 +0000
(
03:19
-0300)
lib/Makefile
patch
|
blob
|
history
diff --git
a/lib/Makefile
b/lib/Makefile
index
d3ef8fc
..
c5fabf8
100644
(file)
--- a/
lib/Makefile
+++ b/
lib/Makefile
@@
-1,7
+1,7
@@
TARGET=libbno055ifc.a
SRCS=bno055_tty.c bno055_delay.c bno055_i2c.c
-FLAGS=-O2 -Wall -MMD
+FLAGS=-O2 -Wall -MMD
-fPIC
INCLUDE=-I. -I../include -I../../BNO055_driver
LIBDIR=
LIBS=