From ab8449b11130771dd7a0184562c3280ac41d1c8d Mon Sep 17 00:00:00 2001 From: Savva Mitrofanov Date: Thu, 29 Sep 2022 13:52:14 +0300 Subject: [PATCH] Utilities: Fix TestExt4Dxe build after recent Ext4Pkg changes --- Utilities/TestExt4Dxe/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utilities/TestExt4Dxe/Makefile b/Utilities/TestExt4Dxe/Makefile index 7c302e25..1e2412f5 100644 --- a/Utilities/TestExt4Dxe/Makefile +++ b/Utilities/TestExt4Dxe/Makefile @@ -9,7 +9,7 @@ PRODUCT = $(PROJECT)$(INFIX)$(SUFFIX) OBJS = $(PROJECT).o OBJS += BaseUcs2Utf8Lib.o BaseOrderedCollectionRedBlackTreeLib.o OBJS += BlockGroup.o BlockMap.o Collation.o Directory.o DiskUtil.o -OBJS += Ext4Dxe.o Extents.o File.o Inode.o Partition.o Superblock.o +OBJS += Ext4Dxe.o Extents.o File.o Inode.o Partition.o Superblock.o Symlink.o include ../../User/Makefile