]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/LzmaCompress/GNUmakefile
BaseTools/GenFw: Disable support for R_X86_64_32S
[mirror_edk2.git] / BaseTools / Source / C / LzmaCompress / GNUmakefile
index db3dbd1037bc9f755ca274a755cf6ac7e379d8a7..bafff219d267633e97f1638904ce0dfba5925651 100644 (file)
@@ -1,8 +1,8 @@
 ## @file\r
-# Windows makefile for 'LzmaCompress' module build.\r
+# GNU/Linux makefile for 'LzmaCompress' module build.\r
 #\r
-# Copyright (c) 2009 - 2010, Intel Corporation<BR>\r
-# All rights reserved. This program and the accompanying materials\r
+# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
+# This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution.  The full text of the license may be found at\r
 # http://opensource.org/licenses/bsd-license.php\r
@@ -10,7 +10,6 @@
 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
-ARCH ?= IA32\r
 MAKEROOT ?= ..\r
 \r
 APPNAME = LzmaCompress\r
@@ -24,7 +23,9 @@ OBJECTS = \
   $(SDK_C)/LzmaDec.o \\r
   $(SDK_C)/LzmaEnc.o \\r
   $(SDK_C)/7zFile.o \\r
-  $(SDK_C)/7zStream.o\r
+  $(SDK_C)/7zStream.o \\r
+  $(SDK_C)/Bra86.o\r
 \r
 include $(MAKEROOT)/Makefiles/app.makefile\r
 \r
+BUILD_CFLAGS += -D_7ZIP_ST\r