git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
222d394
)
kbuild: enable use of AFLAGS and CFLAGS on commandline
author
Sam Ravnborg
<sam@neptun.(none)>
Mon, 15 Oct 2007 20:03:58 +0000
(22:03 +0200)
committer
Sam Ravnborg
<sam@neptun.(none)>
Mon, 15 Oct 2007 20:03:58 +0000
(22:03 +0200)
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>
No differences found