mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-02 12:06:44 +00:00
13 lines
199 B
Makefile
13 lines
199 B
Makefile
#
|
|
# FAT File System Module
|
|
#
|
|
|
|
LIBS = dde_linux26_usbstorage
|
|
|
|
INC_DIR += $(REP_DIR)/src/lib/ffat/contrib
|
|
|
|
SRC_C = ff.c diskio.c
|
|
|
|
vpath % $(REP_DIR)/contrib/ff007e/src
|
|
vpath % $(REP_DIR)/src/lib/ffat/
|