Skip to content
Snippets Groups Projects
Commit e9db00c9 authored by Martine Lenders's avatar Martine Lenders Committed by GitHub
Browse files

Merge pull request #7765 from miri64/pkg/fix/fatfs-export-var

pkg: fatfs: do not export CFLAGS in dependencies
parents 14646fb3 19728dcf
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ include $(RIOTBASE)/boards/$(BOARD)/Makefile.features ...@@ -10,7 +10,7 @@ include $(RIOTBASE)/boards/$(BOARD)/Makefile.features
#if periph_rtc is available use it. Otherwise use static timestamps #if periph_rtc is available use it. Otherwise use static timestamps
ifneq (, $(filter periph_rtc, $(FEATURES_PROVIDED))) ifneq (, $(filter periph_rtc, $(FEATURES_PROVIDED)))
export CFLAGS+= -DFATFS_FFCONF_OPT_FS_NORTC=0 CFLAGS += -DFATFS_FFCONF_OPT_FS_NORTC=0
else else
export CFLAGS+= -DFATFS_FFCONF_OPT_FS_NORTC=1 CFLAGS += -DFATFS_FFCONF_OPT_FS_NORTC=1
endif endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment