From 3d0134ba7be28fc14805f9144fce5aae0937b360 Mon Sep 17 00:00:00 2001 From: klu2 Date: Tue, 6 Jan 2009 09:05:34 +0000 Subject: 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 --- DuetPkg/BootSector/BootSector.inf | 5 +++-- DuetPkg/BootSector/GnuMakefile | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 DuetPkg/BootSector/GnuMakefile (limited to 'DuetPkg/BootSector') 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: -- cgit v1.2.3