aboutsummaryrefslogtreecommitdiffstats
path: root/os/ex/ST/lsm303dlhc.mk
blob: 5201414ca7225dc5484d88ef7443f07064b2cb60 (plain)
1
2
3
4
5
6
7
8
9
10
# List of all the LSM303DLHC device files.
LSM303DLHCSRC := $(CHIBIOS)/os/ex/ST/lsm303dlhc.c

# Required include directories
LSM303DLHCINC := $(CHIBIOS)/os/hal/lib/peripherals/sensors \
                 $(CHIBIOS)/os/ex/ST
                 
# Shared variables
ALLCSRC += $(LSM303DLHCSRC)
ALLINC  += $(LSM303DLHCINC)