Home
last modified time | relevance | path

Searched hist:"52 bcc3308ae3344266f55bf98a22c1ac0201eda7" (Results 1 – 1 of 1) sorted by relevance

/linux/
H A DMakefile52bcc3308ae3344266f55bf98a22c1ac0201eda7 Mon Oct 15 20:03:58 UTC 2007 Sam Ravnborg <sam@neptun.(none)> kbuild: enable use of AFLAGS and CFLAGS on commandline

The previous patches was preparation.
With this patch we can now say:
make CFLAGS=-Os vmlinux

And the option specified will be appended to the
options passed to gcc for C files.

For assembler use:
make AFLAGS=-foo vmlinux
for the same functionality.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>