summaryrefslogtreecommitdiff
path: root/fatfs
diff options
context:
space:
mode:
Diffstat (limited to 'fatfs')
-rw-r--r--fatfs/ChangeLog2
-rw-r--r--fatfs/Makefile4
2 files changed, 5 insertions, 1 deletions
diff --git a/fatfs/ChangeLog b/fatfs/ChangeLog
index 35874f73..ef878767 100644
--- a/fatfs/ChangeLog
+++ b/fatfs/ChangeLog
@@ -1,5 +1,7 @@
2007-03-28 Thomas Schwinge <tschwinge@gnu.org>
+ * Makefile (fatfs.static): New target.
+
* main.c (diskfs_readonly): Remove variable.
(main): Set `diskfs_readonly' and `diskfs_hard_readonly' to one.
diff --git a/fatfs/Makefile b/fatfs/Makefile
index 7bdff95d..908df3d4 100644
--- a/fatfs/Makefile
+++ b/fatfs/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1997, 2003 Free Software Foundation
+# Copyright (C) 1997, 2003, 2007 Free Software Foundation
# Modified by Marcus Brinkmann, 2000-05-05
#
# This program is free software; you can redistribute it and/or
@@ -27,3 +27,5 @@ OBJS = $(SRCS:.c=.o)
HURDLIBS = diskfs iohelp fshelp store pager ports threads ihash shouldbeinlibc
include ../Makeconf
+
+fatfs.static: $(boot-store-types:%=../libstore/libstore_%.a)