mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-19 03:06:39 +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
|