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