From 09533fdf23c6f8cd94b05abb8f52ba1aade8ab33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arnim=20L=C3=A4uger?= Date: Thu, 24 Jan 2019 21:29:32 +0100 Subject: [PATCH] set default value for summary var to unbreak standalone builds (#2618) --- app/lua/luac_cross/Makefile | 2 ++ app/uzlib/host/Makefile | 2 ++ tools/spiffsimg/Makefile | 3 +++ 3 files changed, 7 insertions(+) diff --git a/app/lua/luac_cross/Makefile b/app/lua/luac_cross/Makefile index 782bdd4c..dd6a7567 100644 --- a/app/lua/luac_cross/Makefile +++ b/app/lua/luac_cross/Makefile @@ -6,6 +6,8 @@ # .NOTPARALLEL: +summary ?= @true + CCFLAGS:= -I.. -I../../include -I../../libc -I../../uzlib LDFLAGS:= -L$(SDK_DIR)/lib -L$(SDK_DIR)/ld -lm -ldl -Wl,-Map=mapfile diff --git a/app/uzlib/host/Makefile b/app/uzlib/host/Makefile index d6c6eda5..630223dd 100644 --- a/app/uzlib/host/Makefile +++ b/app/uzlib/host/Makefile @@ -6,6 +6,8 @@ # .NOTPARALLEL: +summary ?= @true + CCFLAGS:= -I.. LDFLAGS:= -L$(SDK_DIR)/lib -L$(SDK_DIR)/ld -lm -ldl -Wl,-Map=mapfile diff --git a/tools/spiffsimg/Makefile b/tools/spiffsimg/Makefile index 3a403b40..d5ba6a8d 100644 --- a/tools/spiffsimg/Makefile +++ b/tools/spiffsimg/Makefile @@ -1,3 +1,6 @@ + +summary ?= @true + CC =gcc SRCS=\