summaryrefslogtreecommitdiff
path: root/Core/EM/EBC/EBC.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'Core/EM/EBC/EBC.sdl')
-rw-r--r--Core/EM/EBC/EBC.sdl24
1 files changed, 24 insertions, 0 deletions
diff --git a/Core/EM/EBC/EBC.sdl b/Core/EM/EBC/EBC.sdl
new file mode 100644
index 0000000..4d0bb1f
--- /dev/null
+++ b/Core/EM/EBC/EBC.sdl
@@ -0,0 +1,24 @@
+TOKEN
+ Name = "EBC_SUPPORT"
+ Value = "1"
+ Help = "Main switch to enable EBC support in Project"
+ TokenType = Boolean
+ TargetMAK = Yes
+ Master = Yes
+End
+
+PATH
+ Name = "EBC_DIR"
+End
+
+MODULE
+ Help = "Includes EBC.mak to Project"
+ File = "EBC.mak"
+End
+
+ELINK
+ Name = "$(BUILD_DIR)\EBC.ffs"
+ Parent = "FV_MAIN"
+ InvokeOrder = AfterParent
+End
+