mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 22:47:50 +00:00
69ec6f5dd8
Fixes #270.
15 lines
296 B
Makefile
15 lines
296 B
Makefile
#
|
|
# FAT File System Module using a Block session as disk I/O backend
|
|
#
|
|
|
|
INC_DIR += $(REP_DIR)/src/lib/ffat/contrib
|
|
|
|
SRC_C = ff.c ccsbcs.c
|
|
SRC_CC = diskio_block.cc
|
|
|
|
LIBS = signal
|
|
|
|
vpath % $(REP_DIR)/src/lib/ffat/
|
|
vpath % $(REP_DIR)/contrib/ff007e/src
|
|
vpath % $(REP_DIR)/contrib/ff007e/src/option
|