set default value for summary var to unbreak standalone builds (#2618)
This commit is contained in:
parent
0e89fb24ba
commit
09533fdf23
|
@ -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
|
||||
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
#
|
||||
.NOTPARALLEL:
|
||||
|
||||
summary ?= @true
|
||||
|
||||
CCFLAGS:= -I..
|
||||
LDFLAGS:= -L$(SDK_DIR)/lib -L$(SDK_DIR)/ld -lm -ldl -Wl,-Map=mapfile
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
|
||||
summary ?= @true
|
||||
|
||||
CC =gcc
|
||||
|
||||
SRCS=\
|
||||
|
|
Loading…
Reference in New Issue