all: Use += rather than = everywhere for CFLAGS/LDFLAGS/LIBS.
This avoids a surprise where an = can cancel out an earlier +=. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
This commit is contained in:
committed by
Damien George
parent
8e912a501a
commit
17f2783e4a
@@ -393,7 +393,7 @@ CFLAGS += $(CFLAGS_MOD) $(CFLAGS_EXTRA)
|
||||
# Linker Flags
|
||||
# =============================================================================
|
||||
|
||||
LDFLAGS = \
|
||||
LDFLAGS += \
|
||||
--cref \
|
||||
--gc-sections \
|
||||
--print-memory-usage \
|
||||
|
||||
Reference in New Issue
Block a user