diff options
| author | Ada Christine <adachristine18@gmail.com> | 2023-01-04 21:45:32 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2023-01-04 21:45:32 +0000 |
| commit | f82465735f0ba37c4ba202875936562c02538d5b (patch) | |
| tree | d39de345ca87228d870465e4f28a4e22e3bf7c79 /efi.mk | |
| parent | 26f81e50066e5bb7aeae218094e0f834c405a8c1 (diff) | |
| parent | fcd3e818a9f1b7009c9c027a69b2ef0e7ef71293 (diff) | |
Merge branch 'gnu-efi-gone'
Diffstat (limited to 'efi.mk')
| -rw-r--r-- | efi.mk | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -7,16 +7,6 @@ ifeq ($(ARCH),i686) GNUEFIARCH := ia32 endif -ifndef EFIAPIDIR -EFIAPIDIR := /usr/include/efi -endif - -ifndef EFILIBDIR -EFILIBDIR := /usr/local/$(TARGET)/lib -endif - -CPPFLAGS += -I$(EFIAPIDIR) -I$(EFIAPIDIR)/protocol -I$(EFIAPIDIR)/$(GNUEFIARCH) \ - -DEFI_CALL_WRAPPER -DGNU_EFI_USE_MS_ABI %.efi: $(CC.info) @$(CC) $(LDFLAGS) -o $@ $^ |
