From eb6dc62fd895c28616d15d9666168fb129620369 Mon Sep 17 00:00:00 2001 From: d0k3 Date: Wed, 11 Oct 2017 03:24:04 +0200 Subject: [PATCH] Added the Makefile code for the previous commit --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 0141186..d54fe34 100644 --- a/Makefile +++ b/Makefile @@ -68,6 +68,10 @@ ifeq ($(SWITCH_SCREENS),1) CFLAGS += -DSWITCH_SCREENS endif +ifeq ($(DISABLE_SLIDER),1) + CFLAGS += -DDISABLE_SLIDER +endif + ifneq ("$(wildcard $(CURDIR)/../$(DATA)/README.md)","") CFLAGS += -DHARDCODE_README endif