X-Git-Url: https://code.delx.au/refind/blobdiff_plain/2cc79ea9b33424d5fc32f15683adf7c956656b9b..0386a1c85f867b60fc6e792655714e0835444366:/filesystems/Makefile diff --git a/filesystems/Makefile b/filesystems/Makefile index ef83ceb..99452ed 100644 --- a/filesystems/Makefile +++ b/filesystems/Makefile @@ -6,6 +6,11 @@ # in the fsw_efi.c file on the filesystem type; this file must be # recompiled for each new filesystem built. +# This program is licensed under the terms of the GNU GPL, version 3, +# or (at your option) any later version. +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + INSTALL_DIR = /boot/efi/EFI/refind/drivers FILESYSTEMS = ext2 ext4 reiserfs iso9660 hfs btrfs ntfs @@ -16,10 +21,6 @@ TEXTFILES = $(FILESYSTEMS:=*.txt) all: $(FILESYSTEMS) -xfs: - rm -f fsw_efi.obj - +make DRIVERNAME=xfs -f Make.tiano - ext2: rm -f fsw_efi.obj +make DRIVERNAME=ext2 -f Make.tiano @@ -54,10 +55,6 @@ gnuefi: $(FILESYSTEMS_GNUEFI) all_gnuefi: $(FILESYSTEMS_GNUEFI) -xfs_gnuefi: - rm -f fsw_efi.o - +make DRIVERNAME=xfs -f Make.gnuefi - ext2_gnuefi: rm -f fsw_efi.o +make DRIVERNAME=ext2 -f Make.gnuefi