mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +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
7 lines
112 B
Makefile
7 lines
112 B
Makefile
SRC_CC = plugin.cc
|
|
LIBS += libc fatfs_block
|
|
|
|
vpath plugin.cc $(REP_DIR)/src/lib/libc_fatfs
|
|
|
|
SHARED_LIB = yes
|