From 70f04378e6fd2b0cf1d3fdc48c03aff110a4f743 Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Sun, 22 Dec 2019 01:05:18 +0000 Subject: [PATCH] exrta: Exclude fonts --- BoardConfigExtra.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfigExtra.mk b/BoardConfigExtra.mk index 1356664..e77caee 100644 --- a/BoardConfigExtra.mk +++ b/BoardConfigExtra.mk @@ -1,5 +1,5 @@ # Fonts -ifeq ($(BOARD_HAS_LARGE_FILESYSTEM),true) +ifneq ($(BOARD_HAS_LARGE_FILESYSTEM),true) SMALLER_FONT_FOOTPRINT := true endif