Remove stale ffat lib from libports

This version of the library was hardwired to the former USB storage
driver supplied with DDE Linux. This driver is no more. The ffat.mk lib
is superseded by the libc_ffat plugin anyway. This plugin uses Genode's
block session interface instead of co-locating the block driver with the
application.
This commit is contained in:
Norman Feske 2012-01-25 13:15:05 +01:00
parent 2313393e88
commit 07a9a8361e
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
#
# 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/