]> git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Source/C/GenFw/Makefile
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / BaseTools / Source / C / GenFw / Makefile
1 ## @file
2 # Windows makefile for 'GenFw' module build.
3 #
4 # Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 #
7 !INCLUDE ..\Makefiles\ms.common
8
9 APPNAME = GenFw
10
11 LIBS = $(LIB_PATH)\Common.lib
12
13 OBJECTS = GenFw.obj ElfConvert.obj Elf32Convert.obj Elf64Convert.obj
14
15 #CFLAGS = $(CFLAGS) /nodefaultlib:libc.lib
16
17 !INCLUDE ..\Makefiles\ms.app
18