Create SFFS library out of HGFS
This Shared Folders File System library (libsffs) now contains all the file system logic originally in HGFS. The actual HGFS server code is now a stub that passes on all the work to libsffs. The libhgfs library is changed accordingly.
This commit is contained in:
@@ -59,7 +59,7 @@ MKDEP_SUFFIXES?= .o .ln
|
||||
# rumpfs_tmpfs rumpfs_udf rumpfs_ufs
|
||||
.for _lib in \
|
||||
c curses blockdriver chardriver netdriver edit end m sys timers util \
|
||||
bz2 l hgfs audiodriver exec ddekit devman usb elf bdev
|
||||
bz2 l audiodriver exec ddekit devman usb elf bdev sffs hgfs
|
||||
.ifndef LIB${_lib:tu}
|
||||
LIB${_lib:tu}= ${DESTDIR}/usr/lib/lib${_lib}.a
|
||||
.MADE: ${LIB${_lib:tu}} # Note: ${DESTDIR} will be expanded
|
||||
|
||||
Reference in New Issue
Block a user