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

drivers/lpsxxx: declare pseudomodules at driver level

This commit is contained in:
Alexandre Abadie 2021-10-03 18:17:44 +02:00
parent 2d2e4d10ae
commit dc4f9d4c7b
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -1,2 +1,8 @@
# include variants of lpsxxx drivers as pseudo modules
PSEUDOMODULES += lps331ap
PSEUDOMODULES += lps22hb
PSEUDOMODULES += lps22hh
PSEUDOMODULES += lps25hb
USEMODULE_INCLUDES_lpsxxx := $(LAST_MAKEFILEDIR)/include
USEMODULE_INCLUDES += $(USEMODULE_INCLUDES_lpsxxx)