summaryrefslogtreecommitdiff
path: root/Board/EM/Thunderbolt/TbtPei/TbtPei.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'Board/EM/Thunderbolt/TbtPei/TbtPei.sdl')
-rw-r--r--Board/EM/Thunderbolt/TbtPei/TbtPei.sdl35
1 files changed, 35 insertions, 0 deletions
diff --git a/Board/EM/Thunderbolt/TbtPei/TbtPei.sdl b/Board/EM/Thunderbolt/TbtPei/TbtPei.sdl
new file mode 100644
index 0000000..4e90aa8
--- /dev/null
+++ b/Board/EM/Thunderbolt/TbtPei/TbtPei.sdl
@@ -0,0 +1,35 @@
+TOKEN
+ Name = TbtPei_SUPPORT
+ Value = 1
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ Master = Yes
+ Help = "Main switch to enable TbtPei support in Project"
+End
+
+MODULE
+ Help = "Includes TbtPei.mak to Project"
+ File = "TbtPei.mak"
+End
+
+PATH
+ Name = "TbtPei_DIR"
+End
+
+ELINK
+ Name = "/I$(TbtPei_DIR)"
+ Parent = "TBT_PEI_INCLUDES"
+ InvokeOrder = AfterParent
+End
+
+ELINK
+ Name = "TBT_PEI_INCLUDES"
+ InvokeOrder = ReplaceParent
+End
+
+ELINK
+ Name = "$(BUILD_DIR)\TbtPei.ffs"
+ Parent = "FV_BB"
+ InvokeOrder = AfterParent
+End \ No newline at end of file