From af2b1ff9b0863f4561e67899d18117bb8555f1b2 Mon Sep 17 00:00:00 2001 From: John Ogness Date: Fri, 20 Apr 2018 10:56:49 +0200 Subject: microconsult: add menu option to use theme Add a new CONFIG_BUILD_MICROCONSULT option to use the MicroConsult theme. Printouts are also affected by this option. Signed-off-by: John Ogness --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 44e137e..801b713 100644 --- a/Makefile +++ b/Makefile @@ -73,6 +73,11 @@ all: build PHONY += build build: check +ifdef CONFIG_BUILD_MICROCONSULT + $(Q)touch .lxformat_microconsult +else + $(Q)rm -f .lxformat_microconsult +endif ifdef CONFIG_BUILD_HANDOUTS $(Q)mkdir -p $(DEPLOYHANDOUT) $(Q)$(foreach dir,$(PATHS),$(MODMK) -C $(dir) buildhandouts;) -- cgit v1.2.3