summaryrefslogtreecommitdiff
path: root/gpxe/src/arch/x86_64/Makefile.efi
diff options
context:
space:
mode:
Diffstat (limited to 'gpxe/src/arch/x86_64/Makefile.efi')
-rw-r--r--gpxe/src/arch/x86_64/Makefile.efi14
1 files changed, 0 insertions, 14 deletions
diff --git a/gpxe/src/arch/x86_64/Makefile.efi b/gpxe/src/arch/x86_64/Makefile.efi
deleted file mode 100644
index 26b71278..00000000
--- a/gpxe/src/arch/x86_64/Makefile.efi
+++ /dev/null
@@ -1,14 +0,0 @@
-# -*- makefile -*- : Force emacs to use Makefile mode
-
-# EFI probably doesn't guarantee us a red zone, so let's not rely on it.
-#
-CFLAGS += -mno-red-zone
-
-# Specify EFI image builder
-#
-ELF2EFI = $(ELF2EFI64)
-
-# Include generic EFI Makefile
-#
-MAKEDEPS += arch/x86/Makefile.efi
-include arch/x86/Makefile.efi