diff options
Diffstat (limited to 'ReferenceCode/Chipset/LynxPoint/SmmControl/Pei/PeiSmmControl.sdl')
-rw-r--r-- | ReferenceCode/Chipset/LynxPoint/SmmControl/Pei/PeiSmmControl.sdl | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/ReferenceCode/Chipset/LynxPoint/SmmControl/Pei/PeiSmmControl.sdl b/ReferenceCode/Chipset/LynxPoint/SmmControl/Pei/PeiSmmControl.sdl new file mode 100644 index 0000000..8470880 --- /dev/null +++ b/ReferenceCode/Chipset/LynxPoint/SmmControl/Pei/PeiSmmControl.sdl @@ -0,0 +1,24 @@ +TOKEN + Name = PeiSmmControl_SUPPORT + Value = 1 + TokenType = Boolean + TargetEQU = Yes + TargetMAK = Yes + Master = Yes + Help = "Main switch to enable PeiSmmControl support in Project" +End + +MODULE + Help = "Includes PeiSmmControl.mak to Project" + File = "PeiSmmControl.mak" +End + +PATH + Name = "PeiSmmControl_DIR" +End + +ELINK + Name = "$(BUILD_DIR)\PeiSmmControl.ffs" + Parent = "FV_BB" + InvokeOrder = AfterParent +End
\ No newline at end of file |