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