]>
Commit | Line | Data |
---|---|---|
c69f724d | 1 | ## @file\r |
4afd3d04 | 2 | # GNU/Linux makefile for 'Common' module build.\r |
c69f724d | 3 | #\r |
d16e777a | 4 | # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r |
2e351cbe | 5 | # SPDX-License-Identifier: BSD-2-Clause-Patent\r |
c69f724d | 6 | #\r |
c69f724d | 7 | MAKEROOT ?= ..\r |
8 | \r | |
9 | # VPATH = ..\r | |
10 | \r | |
11 | LIBNAME = Common\r | |
12 | \r | |
13 | OBJECTS = \\r | |
14 | BasePeCoff.o \\r | |
15 | BinderFuncs.o \\r | |
16 | CommonLib.o \\r | |
17 | Crc32.o \\r | |
18 | Decompress.o \\r | |
19 | EfiCompress.o \\r | |
20 | EfiUtilityMsgs.o \\r | |
21 | FirmwareVolumeBuffer.o \\r | |
22 | FvLib.o \\r | |
23 | MemoryFile.o \\r | |
24 | MyAlloc.o \\r | |
25 | OsPath.o \\r | |
26 | ParseGuidedSectionTools.o \\r | |
27 | ParseInf.o \\r | |
28 | PeCoffLoaderEx.o \\r | |
29 | SimpleFileParsing.o \\r | |
30 | StringFuncs.o \\r | |
45b0be38 | 31 | TianoCompress.o\r |
c69f724d | 32 | \r |
33 | include $(MAKEROOT)/Makefiles/lib.makefile\r |