1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 21:52:44 +01:00
RIOT/drivers/mpu9x50/Makefile.include

7 lines
217 B
Makefile

# include variants of MPU9X50 drivers as pseudo modules
PSEUDOMODULES += mpu9150
PSEUDOMODULES += mpu9250
USEMODULE_INCLUDES_mpu9x50 := $(LAST_MAKEFILEDIR)/include
USEMODULE_INCLUDES += $(USEMODULE_INCLUDES_mpu9x50)