mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
afbf572a61
commit
3d0134ba7b
|
@ -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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
all:
|
Loading…
Reference in New Issue