mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-23 04:45:37 +08:00
f3f0c7c043
port code and boards to latest stable chibios also fix bug when time_t is 64 bits wide with meteostick it should also remove most of the warnings with recent GCC 7
12 lines
367 B
Makefile
12 lines
367 B
Makefile
# FATFS files.
|
|
FATFSSRC = $(CHIBIOS)/os/various/fatfs_bindings/fatfs_diskio.c \
|
|
$(CHIBIOS)/os/various/fatfs_bindings/fatfs_syscall.c \
|
|
$(PAPARAZZI_SRC)/sw/ext/fatfs/src/ff.c \
|
|
$(PAPARAZZI_SRC)/sw/ext/fatfs/src/ffunicode.c
|
|
|
|
FATFSINC = $(PAPARAZZI_SRC)/sw/ext/fatfs/src
|
|
|
|
# Shared variables
|
|
ALLCSRC += $(FATFSSRC)
|
|
ALLINC += $(FATFSINC)
|