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