Commit a567709d authored by Manfred Schwarb's avatar Manfred Schwarb Committed by David S. Miller

[ATM]: Force -n option in gzip invocation.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c74dbc6c
......@@ -68,4 +68,4 @@ $(obj)/fore200e_sba_fw.c: $(patsubst "%", %, $(CONFIG_ATM_FORE200E_SBA_FW)) \
# deal with the various suffixes of the binary firmware images
$(obj)/%.bin $(obj)/%.bin1 $(obj)/%.bin2: $(src)/%.data
objcopy -Iihex $< -Obinary $@.gz
gzip -df $@.gz
gzip -n -df $@.gz
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment