summaryrefslogtreecommitdiff
path: root/efi.mk
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2024-02-25 15:16:24 +0000
committerAda Christine <adachristine18@gmail.com>2024-02-25 15:16:24 +0000
commitb9cae0d43fc9a56b430dbee5e7ae795b63db6ad2 (patch)
treea57f199ba9f4008cad7d9b466be4988f1e867d5e /efi.mk
parentf9d1a1e3b09ef89c156524d40e1c9029f96a3373 (diff)
garbage day
Diffstat (limited to 'efi.mk')
-rw-r--r--efi.mk13
1 files changed, 0 insertions, 13 deletions
diff --git a/efi.mk b/efi.mk
deleted file mode 100644
index 79787f2..0000000
--- a/efi.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# vim: ft=make:nowrap:ts=4:sw=4
-
-ifeq ($(ARCH),x86_64)
- GNUEFIARCH := x86_64
-endif
-ifeq ($(ARCH),i686)
- GNUEFIARCH := ia32
-endif
-
-%.efi:
- $(CC.info)
- @$(CC) $(LDFLAGS) -o $@ $^
-