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