1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/at24cxxx/Makefile.include
2024-04-16 18:06:03 +02:00

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)