mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-19 09:15:30 +03:00
13 lines
529 B
Diff
13 lines
529 B
Diff
diff --git a/filesystems/Makefile b/filesystems/Makefile
|
|
index 950bd56..61214c6 100644
|
|
--- a/filesystems/Makefile
|
|
+++ b/filesystems/Makefile
|
|
@@ -14,7 +14,7 @@
|
|
INSTALL_DIR = /boot/efi/EFI/refind/drivers
|
|
|
|
FILESYSTEMS = ext2 ext4 reiserfs iso9660 hfs btrfs
|
|
-FILESYSTEMS_GNUEFI = ext2_gnuefi ext4_gnuefi reiserfs_gnuefi iso9660_gnuefi hfs_gnuefi btrfs_gnuefi
|
|
+FILESYSTEMS_GNUEFI = ext2_gnuefi ext4_gnuefi reiserfs_gnuefi iso9660_gnuefi hfs_gnuefi
|
|
TEXTFILES = $(FILESYSTEMS:=*.txt)
|
|
|
|
# Build the drivers with TianoCore EDK2.....
|