summaryrefslogtreecommitdiff
path: root/Core/EM/AMIDebugRx/binaries/PeiAMIDebugRx/PeiDebugSupport/PeiDebugSupport.sdl
blob: b6ad7a562ca03bb099d49bfe6f31255645b23536 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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