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