]> git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Source/C/GenFfs/GNUmakefile
BaseTools: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / BaseTools / Source / C / GenFfs / GNUmakefile
1 ## @file
2 # GNU/Linux makefile for 'GenFfs' module build.
3 #
4 # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 #
7 MAKEROOT ?= ..
8
9 APPNAME = GenFfs
10
11 OBJECTS = GenFfs.o
12
13 include $(MAKEROOT)/Makefiles/app.makefile
14
15 LIBS = -lCommon
16