]> git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Source/C/Common/GNUmakefile
BaseTools GNUmakefile: Remove HOST_ARCH in every tool Makefile
[mirror_edk2.git] / BaseTools / Source / C / Common / GNUmakefile
1 ## @file
2 # GNU/Linux makefile for 'Common' module build.
3 #
4 # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
5 # This program and the accompanying materials
6 # are licensed and made available under the terms and conditions of the BSD License
7 # which accompanies this distribution. The full text of the license may be found at
8 # http://opensource.org/licenses/bsd-license.php
9 #
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 MAKEROOT ?= ..
14
15 # VPATH = ..
16
17 LIBNAME = Common
18
19 OBJECTS = \
20 BasePeCoff.o \
21 BinderFuncs.o \
22 CommonLib.o \
23 Crc32.o \
24 Decompress.o \
25 EfiCompress.o \
26 EfiUtilityMsgs.o \
27 FirmwareVolumeBuffer.o \
28 FvLib.o \
29 MemoryFile.o \
30 MyAlloc.o \
31 OsPath.o \
32 ParseGuidedSectionTools.o \
33 ParseInf.o \
34 PeCoffLoaderEx.o \
35 SimpleFileParsing.o \
36 StringFuncs.o \
37 TianoCompress.o \
38 PcdValueCommon.o
39
40 include $(MAKEROOT)/Makefiles/lib.makefile