X-Git-Url: https://code.delx.au/refind/blobdiff_plain/4db5e22152813f5a21f7856f9e2121438bfab64d..45db1723901c7accd95b4cf996c2bb4bdca59fff:/filesystems/test/Makefile?ds=sidebyside diff --git a/filesystems/test/Makefile b/filesystems/test/Makefile index d1ed07a..abf926f 100644 --- a/filesystems/test/Makefile +++ b/filesystems/test/Makefile @@ -1,5 +1,5 @@ -DRIVERNAME = ext4 +DRIVERNAME = btrfs 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_ext2.o ../fsw_ext4.o ../fsw_hfs.o ../fsw_iso9660.o ../fsw_reiserfs.o fsw_posix.o lsroot.o +LSROOT_OBJS = $(FSW_OBJS) ../fsw_btrfs.o .fsw_posix.o lsroot.o LSROOT_BIN = lsroot