1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

drivers/hmc5883l: declare pseudomodules at driver level

This commit is contained in:
Alexandre Abadie 2021-10-03 18:06:27 +02:00
parent f6732f7c82
commit ed2c0174b8
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -1,2 +1,5 @@
# interrupt variant of the HMC5883L driver
PSEUDOMODULES += hmc5883l_int
USEMODULE_INCLUDES_hmc5883l := $(LAST_MAKEFILEDIR)/include
USEMODULE_INCLUDES += $(USEMODULE_INCLUDES_hmc5883l)