mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-21 20:42:15 -07:00
Merge pull request #1 from WillyJL/feat/kiisu-define-flag
FBT: Compile-time defines for Kiisu
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ import posixpath
|
||||
|
||||
# For more details on these options, run 'fbt -h'
|
||||
|
||||
FIRMWARE_ORIGIN = "Official"
|
||||
FIRMWARE_ORIGIN = "Kiisu"
|
||||
|
||||
# Default hardware target
|
||||
TARGET_HW = 7
|
||||
|
||||
@@ -114,6 +114,7 @@ lib_targets = env.BuildModules(
|
||||
env.Append(
|
||||
CPPDEFINES=[
|
||||
env.subst("FW_ORIGIN_${FIRMWARE_ORIGIN}"),
|
||||
"KIISU",
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user