Skip to content
Snippets Groups Projects
Unverified Commit 19728dcf authored by Martine Lenders's avatar Martine Lenders
Browse files

pkg: fatfs: do not export CFLAGS in dependencies

parent fdc0eabd
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ include $(RIOTBASE)/boards/$(BOARD)/Makefile.features
#if periph_rtc is available use it. Otherwise use static timestamps
ifneq (, $(filter periph_rtc, $(FEATURES_PROVIDED)))
export CFLAGS+= -DFATFS_FFCONF_OPT_FS_NORTC=0
CFLAGS += -DFATFS_FFCONF_OPT_FS_NORTC=0
else
export CFLAGS+= -DFATFS_FFCONF_OPT_FS_NORTC=1
CFLAGS += -DFATFS_FFCONF_OPT_FS_NORTC=1
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment