You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
285 B
Makefile

# 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)