BaseTools/LzmaCompress: Add two switches
As is requested in the BZ 2077, add two switches to support setting compression mode and dictionary size. (https://bugzilla.tianocore.org/show_bug.cgi?id=2077) Cc: Bob Feng <bob.c.feng@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
committed by
Liming Gao
parent
fcdedafd97
commit
6b80310f34
@@ -1,13 +1,15 @@
|
||||
## @file
|
||||
# GNU/Linux makefile for 'LzmaCompress' module build.
|
||||
#
|
||||
# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
|
||||
# Copyright (c) 2009 - 2019, Intel Corporation. All rights reserved.<BR>
|
||||
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
#
|
||||
MAKEROOT ?= ..
|
||||
|
||||
APPNAME = LzmaCompress
|
||||
|
||||
LIBS = -lCommon
|
||||
|
||||
SDK_C = Sdk/C
|
||||
|
||||
OBJECTS = \
|
||||
|
Reference in New Issue
Block a user