mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-28 09:38:53 +00:00
31caae4765
See repos/libports/src/lib/vfs/fatfs/README and /home/user/repo/genode/repos/libports/run/libc_vfs_fat.run for documentation. Ref #2410
8 lines
103 B
Makefile
8 lines
103 B
Makefile
SRC_CC = vfs_fatfs.cc
|
|
|
|
LIBS += fatfs_block
|
|
|
|
vpath %.cc $(REP_DIR)/src/lib/vfs/fatfs
|
|
|
|
SHARED_LIB = yes
|