2016-03-06 14:40:17 +00:00
|
|
|
# List of all the L3GD20 device files.
|
2016-03-06 18:17:28 +00:00
|
|
|
L3GD20SRC := $(CHIBIOS)/os/ex/ST/l3gd20.c
|
2016-03-06 14:40:17 +00:00
|
|
|
|
|
|
|
# Required include directories
|
2016-03-15 15:52:52 +00:00
|
|
|
L3GD20INC := $(CHIBIOS)/os/hal/lib/peripherals/sensors/include \
|
2016-03-06 18:17:28 +00:00
|
|
|
$(CHIBIOS)/os/ex/ST
|