1
0
Files
linux/Documentation
Sam Ravnborg 80c00ba942 kbuild: allow assignment to {A,C}FLAGS_KERNEL on the command line
It is now possible to assign options to AS and CC
on the command line - which is only used for built-in code.

{A,C}FLAGS_KERNEL was used both in the top-level Makefile
in the arch makefiles, thus users had no way to specify
additional options to AS, CC without overriding
the original value.

Introduce a new set of variables KBUILD_{A,C}FLAGS_KERNEL
that is used by arch specific files and free up
{A,C}FLAGS_KERNEL so they can be assigned on
the command line.

All arch Makefiles that used the old variables has been updated.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Hirokazu Takata <takata@linux-m32r.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
2010-08-03 14:09:45 +02:00
..
2009-12-09 12:04:34 +02:00
2009-10-01 21:17:49 +02:00
2009-12-03 19:28:53 +01:00
2010-01-02 10:09:44 -08:00
2009-12-16 07:20:05 -08:00
2009-12-09 14:21:36 -08:00
2009-12-08 20:30:41 -08:00
2009-12-22 20:43:40 +01:00
2009-06-18 13:04:04 -07:00
2009-12-26 18:37:44 +01:00
2009-11-09 09:40:54 +01:00
2009-10-04 22:53:41 +02:00
2010-04-08 11:34:34 +02:00
2008-12-03 16:09:53 -07:00
2009-12-12 13:08:13 +01:00
2009-10-15 07:25:20 -06:00
2009-07-01 22:36:22 +02:00
2009-08-28 15:21:12 -04:00
2009-04-27 12:00:27 -07:00
2009-04-27 12:00:27 -07:00
2009-04-14 09:00:23 +10:00