1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00
RIOT/tests/drivers/sdmmc/Makefile
2023-08-08 10:03:57 +02:00

13 lines
173 B
Makefile

include ../Makefile.drivers_common
USEMODULE += sdmmc
USEMODULE += fmt
USEMODULE += shell
OUTPUT ?= 1
CFLAGS += -DOUTPUT=$(OUTPUT)
include $(RIOTBASE)/Makefile.include