summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/C/GenFv/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'BaseTools/Source/C/GenFv/GNUmakefile')
-rw-r--r--BaseTools/Source/C/GenFv/GNUmakefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/BaseTools/Source/C/GenFv/GNUmakefile b/BaseTools/Source/C/GenFv/GNUmakefile
index 7c7b95ba1b..872b981f6a 100644
--- a/BaseTools/Source/C/GenFv/GNUmakefile
+++ b/BaseTools/Source/C/GenFv/GNUmakefile
@@ -14,10 +14,6 @@ include $(MAKEROOT)/Makefiles/app.makefile
LIBS = -lCommon
ifeq ($(CYGWIN), CYGWIN)
- LIBS += -L/lib/e2fsprogs -luuid
-endif
-
-ifeq ($(LINUX), Linux)
- LIBS += -luuid
+ LIBS += -L/lib/e2fsprogs
endif