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