diff options
| author | Ada Christine <adachristine18@gmail.com> | 2023-01-04 21:41:09 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2023-01-04 21:41:09 +0000 |
| commit | fcd3e818a9f1b7009c9c027a69b2ef0e7ef71293 (patch) | |
| tree | 8ea63301dae5ba65ee92876f87dc501d032130d0 /efi.mk | |
| parent | eb022d780afe1e5e92547b6b3c2369dde1c4cc0b (diff) | |
use homespun efi code
Diffstat (limited to 'efi.mk')
| -rw-r--r-- | efi.mk | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -7,20 +7,6 @@ ifeq ($(ARCH),i686) GNUEFIARCH := ia32 endif -ifndef EFIAPIDIR -EFIAPIDIR := /usr/local/include/efi -endif - -ifndef EFILIBDIR -EFILIBDIR := /usr/local/$(TARGET)/lib -endif - -EFICRT := $(EFILIBDIR)/crt0-efi-$(GNUEFIARCH).o -EFILDSCRIPT := $(EFILIBDIR)/elf_$(GNUEFIARCH)_efi.lds - -CPPFLAGS += -I$(EFIAPIDIR) -I$(EFIAPIDIR)/protocol -I$(EFIAPIDIR)/$(GNUEFIARCH) \ - -DGNU_EFI_USE_MS_ABI -DEFI_CALL_WRAPPER -DEFI_DEBUG - %.efi: $(CC.info) @$(CC) $(LDFLAGS) -o $@ $^ |
