From ab8e2240f0a14888603971c49a7f0ac111076872 Mon Sep 17 00:00:00 2001 From: Ave O Date: Sun, 19 Aug 2018 14:16:35 +0300 Subject: [PATCH] Include splash and logo by default --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e69bc9e..eb02180 100755 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ OBJS += $(addprefix $(BUILD)/$(TARGET)/, \ ) ARCH := -march=armv4t -mtune=arm7tdmi -mthumb -mthumb-interwork -CUSTOMDEFINES := #-DSPLASH_ENABLE #-DMENU_LOGO_ENABLE #-DDEBUG +CUSTOMDEFINES := -DSPLASH_ENABLE -DMENU_LOGO_ENABLE #-DDEBUG CFLAGS = $(ARCH) -O2 -nostdlib -flto -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-inline -std=gnu11 -Wall $(CUSTOMDEFINES) LDFLAGS = $(ARCH) -nostartfiles -lgcc -Wl,--nmagic,--gc-sections