aboutsummaryrefslogtreecommitdiffstats
path: root/os/ex/ST/lsm303agr.mk
blob: e94ed089107bbc8f1748715c1000e105e76392ec (plain)
1
2
3
4
5
6
7
8
9
10
# List of all the LSM303AGR device files.
LSM303AGRSRC := $(CHIBIOS)/os/ex/ST/lsm303agr.c

# Required include directories
LSM303AGRINC := $(CHIBIOS)/os/hal/lib/peripherals/sensors \
                 $(CHIBIOS)/os/ex/ST

# Shared variables
ALLCSRC += $(LSM303AGRSRC)
ALLINC  += $(LSM303AGRINC)