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=\