]> code.delx.au - refind/blobdiff - filesystems/Makefile
Add warning to refind-install when --alldrivers is used without
[refind] / filesystems / Makefile
index ef83ceb34ce167097bdfa94cc575896b5f871838..99452ed65d0ea2bde4857f4f4418b6ec6820ac95 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
+
 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