Explorar el Código

make it clean

Signed-off-by: Samuel Kendall <kinguser981@gmail.com>
Samuel Kendall hace 1 año
padre
commit
4278026bc5
Se han modificado 1 ficheros con 8 adiciones y 8 borrados
  1. 8 8
      fox_cap_sprout.mk

+ 8 - 8
fox_cap_sprout.mk

@@ -27,21 +27,21 @@ OF_CLASSIC_LEDS_FUNCTION := 1
 
 # Custom pic for maintainers about section info
 # Image should be 32 bit PNG 192 x 192 px - Size of image should be as small as possible 50kb
-OF_MAINTAINER_AVATAR="/device/nokia/cap_sprout/author.png"
-OF_MAINTAINER="Samuel Kendall"
+OF_MAINTAINER_AVATAR := "/device/nokia/cap_sprout/author.png"
+OF_MAINTAINER := "Samuel Kendall"
 
 # Maximum permissible splash image size (in kilobytes); do *NOT* increase
-OF_SPLASH_MAX_SIZE=130
+OF_SPLASH_MAX_SIZE := "130"
 
 OF_ADVANCED_SECURITY := 1
 OF_DONT_PATCH_ENCRYPTED_DEVICE := 1
 OF_NO_RELOAD_AFTER_DECRYPTION := 1
  
 # Screen settings
-OF_SCREEN_H="2400"
-OF_STATUS_H="80"
-OF_STATUS_INDENT_LEFT=40
-OF_STATUS_INDENT_RIGHT=40
+OF_SCREEN_H := "2400"
+OF_STATUS_H := "80"
+OF_STATUS_INDENT_LEFT := "40"
+OF_STATUS_INDENT_RIGHT := "40"
 ##export OF_HIDE_NOTCH := 1
 ##export OF_CLOCK_POS := 1
 OF_ALLOW_DISABLE_NAVBAR := 0
@@ -49,5 +49,5 @@ OF_ALLOW_DISABLE_NAVBAR := 0
 
 
 # use system (ROM) fingerprint where available
-##export OF_USE_SYSTEM_FINGERPRINT="1"
+##export OF_USE_SYSTEM_FINGERPRINT := "1"