projects
/
mirror_edk2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Python script for generating build files for platform and modules, which uses the...
[mirror_edk2.git]
/
Tools
/
Python
/
buildgen
/
module_build_path.txt
1
BIN_DIR=${PLATFORM_BUILD_DIR}/${ARCH}
2
MODULE_BUILD_DIR=${BIN_DIR}/${PACKAGE_RELATIVE_DIR}/${MODULE_RELATIVE_DIR}/${MODULE_FILE_BASE_NAME}
3
DEST_DIR_OUTPUT=${MODULE_BUILD_DIR}/OUTPUT
4
DEST_DIR_DEBUG=${MODULE_BUILD_DIR}/DEBUG
5