Updated L3GD20 and LSM6DS0 makefiles
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9116 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
db27f15531
commit
6ac62ac253
|
@ -2,5 +2,5 @@
|
||||||
L3GD20SRC := $(CHIBIOS)/os/ex/ST/l3gd20.c
|
L3GD20SRC := $(CHIBIOS)/os/ex/ST/l3gd20.c
|
||||||
|
|
||||||
# Required include directories
|
# Required include directories
|
||||||
L3GD20INC := $(CHIBIOS)/os/hal/lib/peripherals/include \
|
L3GD20INC := $(CHIBIOS)/os/hal/lib/peripherals/sensors/include \
|
||||||
$(CHIBIOS)/os/ex/ST
|
$(CHIBIOS)/os/ex/ST
|
|
@ -2,5 +2,5 @@
|
||||||
LSM6DS0SRC := $(CHIBIOS)/os/ex/ST/lsm6ds0.c
|
LSM6DS0SRC := $(CHIBIOS)/os/ex/ST/lsm6ds0.c
|
||||||
|
|
||||||
# Required include directories
|
# Required include directories
|
||||||
LSM6DS0INC := $(CHIBIOS)/os/hal/lib/peripherals/include \
|
LSM6DS0INC := $(CHIBIOS)/os/hal/lib/peripherals/sensors/include \
|
||||||
$(CHIBIOS)/os/ex/ST
|
$(CHIBIOS)/os/ex/ST
|
Loading…
Reference in New Issue