Skip to content
Commit 52bcc330 authored by Sam Ravnborg's avatar Sam Ravnborg
Browse files

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: default avatarSam Ravnborg <sam@ravnborg.org>
parent 222d394d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment