mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
f09fc4a5a2
- Update FatFS port from 0.07e to 0.13 - Multi-device support - Basic test at run/fatfs - Adaption of existing components Note, ffat is now consistently renamed to fatfs. Ref #2410
14 lines
396 B
Plaintext
14 lines
396 B
Plaintext
LICENSE := BSD
|
|
VERSION := 0.13
|
|
DOWNLOADS := fatfs.archive
|
|
|
|
URL(fatfs) := http://www.elm-chan.org/fsw/ff/arc/ff13.zip
|
|
SHA(fatfs) := 8ce22f86e339b0fc59c8c69941fbaf86e5cf9364
|
|
DIR(fatfs) := src/lib/fatfs
|
|
|
|
PATCHES := src/lib/fatfs/ffconf.patch src/lib/fatfs/integer.patch
|
|
|
|
DIRS := include/fatfs
|
|
DIR_CONTENT(include/fatfs) := \
|
|
$(addprefix src/lib/fatfs/source/, ff.h ffconf.h diskio.h integer.h)
|