RIOT/sys/stdio_null/Makefile
Alexandre Abadie 56e1b96a30
initial commit
2022-02-08 11:30:49 +01:00

6 lines
129 B
Makefile

ifeq ($(DEVELHELP),1)
$(warning STDIO disabled via stdio_null, but DEVELHELP enabled)
endif
include $(RIOTBASE)/Makefile.base