]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/Makefile
BaseTools: Add DevicePath support for PCD values
[mirror_edk2.git] / BaseTools / Source / C / Makefile
index 3005a175b8b7dcd1bdb9940577d71d2ee45b542b..542818044dd62a707792e7acefca5877c5d8b4d2 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # Windows makefile for C tools build.\r
 #\r
-# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2009 - 2017, 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
 # 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
+HOST_ARCH = IA32\r
 \r
 !INCLUDE Makefiles\ms.common\r
 \r
 LIBRARIES = Common\r
 APPLICATIONS = \\r
   BootSectImage \\r
+  BrotliCompress \\r
   EfiLdrImage \\r
   EfiRom \\r
   GenBootSector \\r
@@ -31,7 +32,8 @@ APPLICATIONS = \
   Split \\r
   TianoCompress \\r
   VolInfo \\r
-  VfrCompile\r
+  VfrCompile \\r
+  DevicePath\r
 \r
 all: libs apps install\r
 \r