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

drivers/si114x: declare pseudomodules at driver level

This commit is contained in:
Alexandre Abadie 2021-10-03 18:14:57 +02:00
parent 2f7227bd73
commit d2ec49f032
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -1,2 +1,7 @@
# include variants of Si114x drivers as pseudo modules
PSEUDOMODULES += si1145
PSEUDOMODULES += si1146
PSEUDOMODULES += si1147
USEMODULE_INCLUDES_si114x := $(LAST_MAKEFILEDIR)/include
USEMODULE_INCLUDES += $(USEMODULE_INCLUDES_si114x)