From: klu2 Date: Tue, 6 Jan 2009 09:05:34 +0000 (+0000) Subject: Add dummy GnuMakefile to pass UNIXGCC building for boot sector module. In future... X-Git-Tag: edk2-stable201903~19053 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=3d0134ba7be28fc14805f9144fce5aae0937b360 Add dummy GnuMakefile to pass UNIXGCC building for boot sector module. In future, boot sector should be ported to Unix environment. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7195 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/DuetPkg/BootSector/BootSector.inf b/DuetPkg/BootSector/BootSector.inf index e193adb4a6..e42d97281d 100644 --- a/DuetPkg/BootSector/BootSector.inf +++ b/DuetPkg/BootSector/BootSector.inf @@ -6,8 +6,9 @@ VERSION_STRING = 1.0 EDK_RELEASE_VERSION = 0x00020000 EFI_SPECIFICATION_VERSION = 0x00020000 - CUSTOM_MAKEFILE = Makefile - + CUSTOM_MAKEFILE = MSFT|Makefile + CUSTOM_MAKEFILE = GCC|GnuMakefile + [Packages] MdePkg/MdePkg.dec DuetPkg/DuetPkg.dec diff --git a/DuetPkg/BootSector/GnuMakefile b/DuetPkg/BootSector/GnuMakefile new file mode 100644 index 0000000000..1263948fb8 --- /dev/null +++ b/DuetPkg/BootSector/GnuMakefile @@ -0,0 +1 @@ +all: