diff options
author | Pierre Gondois <Pierre.Gondois@arm.com> | 2021-09-23 16:59:01 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-09-29 14:31:37 +0000 |
commit | 259c184c8fc8b8a9c300347003312565f1a6f73b (patch) | |
tree | 26a87417beabb7d5d557b56fd7299c3867d949ee /BaseTools/Source/Python/Workspace/WorkspaceCommon.py | |
parent | c214128a38bd73c8a3aaad4b1522f3a89c2a5cfc (diff) | |
download | edk2-259c184c8fc8b8a9c300347003312565f1a6f73b.tar.gz edk2-259c184c8fc8b8a9c300347003312565f1a6f73b.tar.bz2 edk2-259c184c8fc8b8a9c300347003312565f1a6f73b.zip |
BaseTools/build: Set MakefileName
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3653
Running the following command:
python3 build/build.py -a AARCH64 -t GCC5
-p ArmPlatformPkg/ArmPlatformPkg.dsc -b DEBUG libraries
triggers the following error:
make: *** Build/ArmPlatform/DEBUG_GCC5/AARCH64/MdePkg/Library/
BasePcdLibNull/BasePcdLibNull: Is a directory. Stop.
Indeed, MakefileName is set to en empty string. Setting MakefileName
resolves the error.
Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com>
Reviewed-by: Chris Jones <christopher.jones@arm.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
Diffstat (limited to 'BaseTools/Source/Python/Workspace/WorkspaceCommon.py')
0 files changed, 0 insertions, 0 deletions