genode/repos/os/src/server/vfs/target.mk
Emery Hemingway b6c558dce9 Vfs: File_system server backed by VFS library
Test available at libc_vfs_fs.

Fixes #1648
2015-11-04 14:09:24 +01:00

5 lines
90 B
Makefile

TARGET = vfs
SRC_CC = main.cc
LIBS = base config server vfs
INC_DIR += $(PRG_DIR)