10 lines
282 B
Makefile
10 lines
282 B
Makefile
|
# 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)
|