summaryrefslogtreecommitdiff
path: root/Chipset/SB/CSM/LegacyInterrupt/LegacyInterrupt.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'Chipset/SB/CSM/LegacyInterrupt/LegacyInterrupt.sdl')
-rw-r--r--Chipset/SB/CSM/LegacyInterrupt/LegacyInterrupt.sdl25
1 files changed, 25 insertions, 0 deletions
diff --git a/Chipset/SB/CSM/LegacyInterrupt/LegacyInterrupt.sdl b/Chipset/SB/CSM/LegacyInterrupt/LegacyInterrupt.sdl
new file mode 100644
index 0000000..d6a7457
--- /dev/null
+++ b/Chipset/SB/CSM/LegacyInterrupt/LegacyInterrupt.sdl
@@ -0,0 +1,25 @@
+TOKEN
+ Name = "LegacyInterrupt_SUPPORT"
+ Value = "1"
+ Help = "Main switch to enable LegacyInterrupt support in Project"
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ Master = Yes
+End
+
+PATH
+ Name = "LEGACY_INTERRUPT_DIR"
+End
+
+MODULE
+ Help = "Includes LegacyInterrupt.mak to Project"
+ File = "LegacyInterrupt.mak"
+End
+
+ELINK
+ Name = "$(BUILD_DIR)\LegacyInterrupt.ffs"
+ Parent = "FV_MAIN"
+ InvokeOrder = AfterParent
+End
+