android_kernel_google_msm/arch/cris
Paul Gortmaker 5acea25f70 cris: Remove old legacy "-traditional" flag from arch-v10/lib/Makefile
commit 7b91747d42 upstream.

Most of these have been purged years ago.  This one silently lived
on until commit 69349c2dc0

    "kconfig: fix IS_ENABLED to not require all options to be defined"

In the above, we use some macro trickery to create a conditional that
is valid in CPP and in C usage.  However that trickery doesn't sit
well if you have the legacy "-traditional" flag enabled.  You'll get:

  AS      arch/cris/arch-v10/lib/checksum.o
In file included from <command-line>:4:0:
include/linux/kconfig.h:23:0: error: syntax error in macro parameter list
make[2]: *** [arch/cris/arch-v10/lib/checksum.o] Error 1

Everything builds fine w/o "-traditional" so simply drop it from this
location as well.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-08-20 08:26:27 -07:00
..
arch-v10 cris: Remove old legacy "-traditional" flag from arch-v10/lib/Makefile 2013-08-20 08:26:27 -07:00
arch-v32 Disintegrate asm/system.h for CRIS 2012-03-28 18:30:02 +01:00
boot Fix common misspellings 2011-03-31 11:26:23 -03:00
configs kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT 2011-01-20 17:02:05 -08:00
include cris: posix_types.h, include asm-generic/posix_types.h 2013-08-20 08:26:27 -07:00
kernel cris: Add missing RCU idle APIs on idle loop 2012-10-13 05:38:54 +09:00
mm Disintegrate asm/system.h for CRIS 2012-03-28 18:30:02 +01:00
Kconfig lib: move GENERIC_IOMAP to lib/Kconfig 2011-11-24 22:21:19 +02:00
Kconfig.debug Kconfig: remove a few puzzling comments 2011-10-31 10:58:48 +01:00
Makefile