blob: 00b6b0f83cb3feab45e8e013b79562187f8f5132 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# List of all the LIS3MDL device files.
LIS3MDLSRC := $(CHIBIOS)/os/ex/devices/ST/lis3mdl.c
# Required include directories
LIS3MDLINC := $(CHIBIOS)/os/ex/include \
$(CHIBIOS)/os/ex/devices/ST
# Shared variables
ALLCSRC += $(LIS3MDLSRC)
ALLINC += $(LIS3MDLINC)
|