diff options
author | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
---|---|---|
committer | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
commit | b7c51c9cf4864df6aabb99a1ae843becd577237c (patch) | |
tree | eebe9b0d0ca03062955223097e57da84dd618b9a /Core/EM/AMIDebugRx/binaries/PeiAMIDebugRx/PeiDebugSupport/PeiDebugSupport.sdl | |
download | zprj-master.tar.xz |
Diffstat (limited to 'Core/EM/AMIDebugRx/binaries/PeiAMIDebugRx/PeiDebugSupport/PeiDebugSupport.sdl')
-rw-r--r-- | Core/EM/AMIDebugRx/binaries/PeiAMIDebugRx/PeiDebugSupport/PeiDebugSupport.sdl | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Core/EM/AMIDebugRx/binaries/PeiAMIDebugRx/PeiDebugSupport/PeiDebugSupport.sdl b/Core/EM/AMIDebugRx/binaries/PeiAMIDebugRx/PeiDebugSupport/PeiDebugSupport.sdl new file mode 100644 index 0000000..b6ad7a5 --- /dev/null +++ b/Core/EM/AMIDebugRx/binaries/PeiAMIDebugRx/PeiDebugSupport/PeiDebugSupport.sdl @@ -0,0 +1,24 @@ +PATH + Name = "PeiDebugSupport_DIR" +End + +MODULE + Help = "Includes PeiDebugSupport.mak to Project" + File = "PeiDebugSupport.mak" +End + + +# To move PeiDebugSupport.ffs to FV_MAIN refer the Release notes +#ELINK +# Name = "$(BUILD_DIR)\PeiDebugSupport.ffs" +# Parent = "FV_MAIN" +# Token = "DEBUG_RX_FFS_IN_FVMAIN_SUPPORT" "=" "1" +# InvokeOrder = AfterParent +#End + +ELINK + Name = "$(BUILD_DIR)\PeiDebugSupport.ffs" + Parent = "FV_BB" +# Token = "DEBUG_RX_FFS_IN_FVMAIN_SUPPORT" "!=" "1" + InvokeOrder = AfterParent +End |