blob: 2d593770de6a12e363c9aef40a51c6b8d37d8f60 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# List of all the L3GD20 device files.
L3GD20SRC := $(CHIBIOS)/os/ex/ST/l3gd20.c
# Required include directories
L3GD20INC := $(CHIBIOS)/os/hal/lib/peripherals/sensors \
$(CHIBIOS)/os/ex/ST
# Shared variables
ALLCSRC += $(L3GD20SRC)
ALLINC += $(L3GD20INC)
|