l3gd20.mk 270 B

12345678910
  1. # List of all the L3GD20 device files.
  2. L3GD20SRC := $(CHIBIOS)/os/ex/ST/l3gd20.c
  3. # Required include directories
  4. L3GD20INC := $(CHIBIOS)/os/hal/lib/peripherals/sensors \
  5. $(CHIBIOS)/os/ex/ST
  6. # Shared variables
  7. ALLCSRC += $(L3GD20SRC)
  8. ALLINC += $(L3GD20INC)