mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #7765 from miri64/pkg/fix/fatfs-export-var
pkg: fatfs: do not export CFLAGS in dependencies
This commit is contained in:
commit
e9db00c96f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user