mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
10 lines
262 B
Makefile
10 lines
262 B
Makefile
PSEUDOMODULES += at24c%
|
|
PSEUDOMODULES += mtd_at24cxxx
|
|
PSEUDOMODULES += m24c%
|
|
|
|
# handle at24cxxx being a distinct module
|
|
NO_PSEUDOMODULES += at24cxxx
|
|
|
|
USEMODULE_INCLUDES_at24cxxx := $(LAST_MAKEFILEDIR)/include
|
|
USEMODULE_INCLUDES += $(USEMODULE_INCLUDES_at24cxxx)
|