mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 22:23:16 +00:00
7 lines
108 B
Makefile
7 lines
108 B
Makefile
|
SRC_CC = plugin.cc
|
||
|
LIBS += libc ffat_block
|
||
|
|
||
|
vpath plugin.cc $(REP_DIR)/src/lib/libc_ffat
|
||
|
|
||
|
SHARED_LIB = yes
|