Makefile: Force GCC to preprocess the linker file
authorAlistair Francis <alistair.francis@wdc.com>
Wed, 2 Jan 2019 21:59:49 +0000 (13:59 -0800)
committerAnup Patel <anup@brainfault.org>
Fri, 4 Jan 2019 02:50:50 +0000 (08:20 +0530)
commit5cbc24b95a541dba3f2b842b54d76435ba4566a7
tree7c43ffcc8aa9f2eb1a0e5995aab276099e470ebf
parenteeab92f2423ef907629f784658663baf66b5df78
Makefile: Force GCC to preprocess the linker file

To avoid this message (and subsequent errors):
    warning: linker input file unused because linking not done
force GCC to treat the linker script preprocessing as a C file.

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Makefile