]> git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Source/C/TianoCompress/GNUmakefile
BaseTools: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / BaseTools / Source / C / TianoCompress / GNUmakefile
1 ## @file
2 # GNU/Linux makefile for 'TianoCompress' 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 = TianoCompress
10
11 LIBS = -lCommon
12
13 OBJECTS = TianoCompress.o
14
15 include $(MAKEROOT)/Makefiles/app.makefile