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