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

drivers/at24cxxx: declare pseudomodules at driver level

This commit is contained in:
Alexandre Abadie 2021-10-03 18:23:33 +02:00
parent a614e9a36e
commit a090f492bb
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -1,2 +1,6 @@
PSEUDOMODULES += at24c%
# handle at24cxxx being a distinct module
NO_PSEUDOMODULES += at24cxxx
USEMODULE_INCLUDES_at24cxxx := $(LAST_MAKEFILEDIR)/include
USEMODULE_INCLUDES += $(USEMODULE_INCLUDES_at24cxxx)