From 07a9a8361efd265483bba583db313f27ba54c6f3 Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Wed, 25 Jan 2012 13:15:05 +0100 Subject: [PATCH] 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. --- libports/lib/mk/ffat.mk | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 libports/lib/mk/ffat.mk diff --git a/libports/lib/mk/ffat.mk b/libports/lib/mk/ffat.mk deleted file mode 100644 index 577e61344..000000000 --- a/libports/lib/mk/ffat.mk +++ /dev/null @@ -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/