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

8 lines
129 B
Makefile

include ../Makefile.drivers_common
AT24CXXX_DEV ?= at24c256
USEMODULE += $(AT24CXXX_DEV)
include $(RIOTBASE)/Makefile.include