mirror of https://github.com/acidanthera/audk.git
6 lines
168 B
Plaintext
6 lines
168 B
Plaintext
|
BUILD_DIR=${WORKSPACE_DIR}/${PLATFORM_OUTPUT_DIR}
|
||
|
PLATFORM_BUILD_DIR=${BUILD_DIR}/${TARGET}_${TOOLCHAIN}
|
||
|
TARGET_DIR=${PLATFORM_BUILD_DIR}
|
||
|
FV_DIR=${TARGET_DIR}/FV
|
||
|
|