]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/Common/GNUmakefile
BaseTools/header.makefile: add "-Wno-restrict"
[mirror_edk2.git] / BaseTools / Source / C / Common / GNUmakefile
index 172802d7edc6e63fca02d8dd47d0d6a53028d0d6..8214f18c13e4927e6330cdaaafb6f4dc5cd3d8c0 100644 (file)
@@ -1,8 +1,8 @@
 ## @file\r
-# Windows makefile for 'Common' module build.\r
+# GNU/Linux makefile for 'Common' module build.\r
 #\r
-# Copyright (c) 2007 - 2010, Intel Corporation<BR>\r
-# All rights reserved. This program and the accompanying materials\r
+# Copyright (c) 2007 - 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
 # VPATH = ..\r
@@ -35,6 +34,7 @@ OBJECTS = \
   PeCoffLoaderEx.o \\r
   SimpleFileParsing.o \\r
   StringFuncs.o \\r
-  TianoCompress.o\r
+  TianoCompress.o \\r
+  PcdValueCommon.o\r
 \r
 include $(MAKEROOT)/Makefiles/lib.makefile\r