summaryrefslogtreecommitdiff
path: root/BaseTools/Source/C/Makefile
diff options
context:
space:
mode:
authorYonghong Zhu <yonghong.zhu@intel.com>2017-12-27 14:12:29 +0800
committerYonghong Zhu <yonghong.zhu@intel.com>2017-12-31 13:10:49 +0800
commit7dbc50bd244d95fdc1741b9cfc561f0bfd724de1 (patch)
tree7f317c3cd6f55654c41e88a39ae76881844f61c6 /BaseTools/Source/C/Makefile
parentf13f306b3b07330191ba4620e49c2a9151b8e575 (diff)
downloadedk2-7dbc50bd244d95fdc1741b9cfc561f0bfd724de1.zip
edk2-7dbc50bd244d95fdc1741b9cfc561f0bfd724de1.tar.gz
edk2-7dbc50bd244d95fdc1741b9cfc561f0bfd724de1.tar.bz2
BaseTools: Add DevicePath support for PCD values
Use C code parse device path to output hex string, and Python run command when PCD Value need device path parse. https://bugzilla.tianocore.org/show_bug.cgi?id=541 Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Yunhua Feng <yunhuax.feng@intel.com> Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'BaseTools/Source/C/Makefile')
-rw-r--r--BaseTools/Source/C/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/BaseTools/Source/C/Makefile b/BaseTools/Source/C/Makefile
index 50be773..5428180 100644
--- a/BaseTools/Source/C/Makefile
+++ b/BaseTools/Source/C/Makefile
@@ -1,7 +1,7 @@
## @file
# Windows makefile for C tools build.
#
-# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2009 - 2017, Intel Corporation. All rights reserved.<BR>
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at
@@ -32,7 +32,8 @@ APPLICATIONS = \
Split \
TianoCompress \
VolInfo \
- VfrCompile
+ VfrCompile \
+ DevicePath
all: libs apps install