mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
6 lines
186 B
Makefile
6 lines
186 B
Makefile
# interrupt variant of the HMC5883L driver
|
|
PSEUDOMODULES += hmc5883l_int
|
|
|
|
USEMODULE_INCLUDES_hmc5883l := $(LAST_MAKEFILEDIR)/include
|
|
USEMODULE_INCLUDES += $(USEMODULE_INCLUDES_hmc5883l)
|