linux-stable/arch/cris/boot/rescue
Paul Bolle 8f50f2a1b4 cris: No need to append -O2 and $(LINUXINCLUDE)
The make variables asflags-y and ccflags-y are appended with -O2 and
$(LINUXINCLUDE). But the build already picks up -O2 from the top Makefile
and $(LINUXINCLUDE) from scripts/Makefile.lib. The net effect is that -O2
and the (long) list of include directories are used twice.

This is harmless but pointless. So stop appending to these flags.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jesper Nilsson <jespern@axis.com>
2016-12-08 10:56:40 +01:00
..
Makefile cris: No need to append -O2 and $(LINUXINCLUDE) 2016-12-08 10:56:40 +01:00
head_v10.S CRIS: Drop code related to obsolete or unused kconfigs 2015-11-02 20:03:05 +01:00
head_v32.S
kimagerescue.S Drop code for CRISv10 CPU simulator 2014-01-15 14:44:02 +01:00
rescue_v10.lds
rescue_v32.lds
testrescue.S