drivers/itg320x: declare pseudomodules at driver level

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

View File

@ -1,2 +1,5 @@
# interrupt variant of the ITG320X driver as pseudo module
PSEUDOMODULES += itg320x_int
USEMODULE_INCLUDES_itg320x := $(LAST_MAKEFILEDIR)/include
USEMODULE_INCLUDES += $(USEMODULE_INCLUDES_itg320x)