mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-28 17:48:53 +00:00
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
|