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 /Chipset/SB/CSM/LegacyInterrupt/LegacyInterrupt.sdl | |
download | zprj-b7c51c9cf4864df6aabb99a1ae843becd577237c.tar.xz |
Diffstat (limited to 'Chipset/SB/CSM/LegacyInterrupt/LegacyInterrupt.sdl')
-rw-r--r-- | Chipset/SB/CSM/LegacyInterrupt/LegacyInterrupt.sdl | 25 |
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 + |