blob: 4e192aae69b3299a7d95388cdc3f5e8cd556292f (
plain)
1
2
3
4
5
6
7
8
9
10
|
# List of all the LSM303DLHC device files.
LSM303DLHCSRC := $(CHIBIOS)/os/ex/devices/ST/lsm303dlhc.c
# Required include directories
LSM303DLHCINC := $(CHIBIOS)/os/ex/include \
$(CHIBIOS)/os/ex/devices/ST
# Shared variables
ALLCSRC += $(LSM303DLHCSRC)
ALLINC += $(LSM303DLHCINC)
|