diff options
Diffstat (limited to 'fatfs/Makefile')
-rw-r--r-- | fatfs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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) |