5 Commits
Author SHA1 Message Date
Andreas SchwabandAnup Patel 6ffe1bed09 firmware: Fix placement of .align directives
Move the .align directives after switching the section.  We want to align
the start of the current section, not the end of the previous section.
This also obsoletes the misguided workaround of disabling relaxation.

Signed-off-by: Andreas Schwab <schwab@suse.de>
Reviewed-by: Anup Patel <anup.patel@wdc.com>
2020-01-10 09:30:27 +05:30
Andreas SchwabandAnup Patel 87fbcf9376 Fix missing quotes in Makefile 2019-02-28 09:02:54 +05:30
Andreas SchwabandAnup Patel 178a0307a2 Fix makefile dependency generation 2019-02-28 09:02:54 +05:30
Andreas SchwabandAnup Patel 93f806af32 firwmare: don't expand macros in FW_PAYLOAD_PATH
Signed-off-by: Andreas Schwab <schwab@suse.de>
2019-02-06 10:39:17 +05:30
Andreas SchwabandAnup Patel 190a80dc40 Makefile: don't disable built-in variables
Signed-off-by: Andreas Schwab <schwab@suse.de>
2019-02-06 10:39:17 +05:30