mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-20 12:03:52 +01:00
pkg/fatfs: add config path to NATIVEINCLUDES
Since `ffconf.h` gets included by `vfs.h` which gets included by `native` code, this header needs to be available to the `native` cpu module too.
This commit is contained in:
parent
8322110f84
commit
93cd0bcc57
@ -1,6 +1,8 @@
|
|||||||
INCLUDES += -I$(PKGDIRBASE)
|
INCLUDES += -I$(PKGDIRBASE)
|
||||||
INCLUDES += -I$(RIOTPKG)/fatfs/fatfs_diskio/mtd/include
|
INCLUDES += -I$(RIOTPKG)/fatfs/fatfs_diskio/mtd/include
|
||||||
INCLUDES += -I$(RIOTPKG)/fatfs/vendor/include
|
INCLUDES += -I$(RIOTPKG)/fatfs/vendor/include
|
||||||
|
# native overwrites all INCLUDES
|
||||||
|
NATIVEINCLUDES += -I$(RIOTPKG)/fatfs/vendor/include
|
||||||
|
|
||||||
DIRS += $(RIOTBASE)/pkg/fatfs/fatfs_diskio/mtd
|
DIRS += $(RIOTBASE)/pkg/fatfs/fatfs_diskio/mtd
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user