summaryrefslogtreecommitdiff
path: root/efi.mk
diff options
context:
space:
mode:
Diffstat (limited to 'efi.mk')
-rw-r--r--efi.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/efi.mk b/efi.mk
index 9b8cc7b..79787f2 100644
--- a/efi.mk
+++ b/efi.mk
@@ -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 $@ $^