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
2023-02-17 10:55:21 +01:00

8 lines
238 B
Makefile

PSEUDOMODULES += at24c%
PSEUDOMODULES += mtd_at24cxxx
# handle at24cxxx being a distinct module
NO_PSEUDOMODULES += at24cxxx
USEMODULE_INCLUDES_at24cxxx := $(LAST_MAKEFILEDIR)/include
USEMODULE_INCLUDES += $(USEMODULE_INCLUDES_at24cxxx)