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