aboutsummaryrefslogtreecommitdiff
path: root/Common.mk
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-04-06 16:39:28 -0700
committerChristian Cunningham <cc@localhost>2022-04-06 16:39:28 -0700
commit97615d74bde3dd6ce3e746f1b3256c263fe24539 (patch)
treeacb2a78e203cba7321d679d1ef305e0f48fdcfd0 /Common.mk
parenta61924d3b64b4b80f8784008501975d650f7460f (diff)
Different sized fonts
Diffstat (limited to 'Common.mk')
-rw-r--r--Common.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/Common.mk b/Common.mk
index eb18947..8cdddbb 100644
--- a/Common.mk
+++ b/Common.mk
@@ -26,6 +26,7 @@ BSP ?= 2
GDEBUG ?= 0
DEBUG ?= 0
SILENT ?= 0
+LARGE ?= 1
CROSS = arm-none-eabi
CC = ${CROSS}-gcc
@@ -65,6 +66,10 @@ ifneq ($(GDEBUG),0)
QFLAGS += -s -S
endif
+ifeq ($(LARGE),1)
+ CFLAGS += -DLARGE_LETTERS
+endif
+
# Debugging Flag
ifneq ($(DEBUG),0)
CFLAGS += -DDEBUG