X-Git-Url: https://code.delx.au/refind/blobdiff_plain/ad41af04b0b2e3c789935776eb65f52821cfa8ff..98fc627eb1821561982571ea1d734d148d15d4a0:/filesystems/test/Makefile diff --git a/filesystems/test/Makefile b/filesystems/test/Makefile index abf926f..a15fd3a 100644 --- a/filesystems/test/Makefile +++ b/filesystems/test/Makefile @@ -1,5 +1,5 @@ -DRIVERNAME = btrfs +DRIVERNAME = xfs CC = /usr/bin/gcc CFLAGS = -Wall -g -D_REENTRANT -DVERSION=\"$(VERSION)\" -DHOST_POSIX -I ../ -DFSTYPE=$(DRIVERNAME) @@ -8,7 +8,7 @@ FSW_NAMES = ../fsw_core ../fsw_lib FSW_OBJS = $(FSW_NAMES:=.o) LSLR_OBJS = $(FSW_OBJS) ../fsw_$(DRIVERNAME).o fsw_posix.o lslr.o LSLR_BIN = lslr -LSROOT_OBJS = $(FSW_OBJS) ../fsw_btrfs.o .fsw_posix.o lsroot.o +LSROOT_OBJS = $(FSW_OBJS) ../fsw_xfs.o .fsw_posix.o lsroot.o LSROOT_BIN = lsroot