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:
parent
a614e9a36e
commit
a090f492bb
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user