BaseTools: Add PcdValueCommon logic into C source CommonLib
PcdValueCommon is used to calculate structure pcd value. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
This commit is contained in:
@@ -35,6 +35,7 @@ OBJECTS = \
|
||||
PeCoffLoaderEx.o \
|
||||
SimpleFileParsing.o \
|
||||
StringFuncs.o \
|
||||
TianoCompress.o
|
||||
TianoCompress.o \
|
||||
PcdValueCommon.o
|
||||
|
||||
include $(MAKEROOT)/Makefiles/lib.makefile
|
||||
|
Reference in New Issue
Block a user