Curle
d588e232c4
This branch has been dedicated to purely the UEFI bootloader. As such, all other code has been removed. This code can be compiled with Visual Studio, gcc or llvm.
30 lines
611 B
Plaintext
30 lines
611 B
Plaintext
|
|
#
|
|
# This is a machine generated file - DO NOT EDIT
|
|
# Generated by genmake.exe
|
|
# Generated from make.inf
|
|
# Copyright (c) 1998 Intel Corporation
|
|
#
|
|
|
|
INC_DEPS = $(INC_DEPS) \
|
|
$(SDK_INSTALL_DIR)\include\efi\protocol\efivar.h \
|
|
$(SDK_INSTALL_DIR)\include\efi\protocol\legacyboot.h \
|
|
$(SDK_INSTALL_DIR)\include\efi\protocol\vgaclass.h \
|
|
$(SDK_INSTALL_DIR)\include\efi\protocol\efidbg.h \
|
|
|
|
|
|
!IF "$(PROCESSOR)" == "Ia32"
|
|
INC_DEPS = $(INC_DEPS) \
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
!IF "$(PROCESSOR)" == "Ia64"
|
|
INC_DEPS = $(INC_DEPS) \
|
|
$(SDK_INSTALL_DIR)\include\efi\protocol\$(PROCESSOR)\eficontext.h \
|
|
|
|
|
|
!ENDIF
|
|
|