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:
ac84eb4
)
kbuild: remove obj-n and lib-n handling
author
Masahiro Yamada
<yamada.m@jp.panasonic.com>
Tue, 9 Sep 2014 10:26:21 +0000
(19:26 +0900)
committer
Michal Marek
<mmarek@suse.cz>
Thu, 2 Oct 2014 11:55:02 +0000
(13:55 +0200)
Kconfig never defines CONFIG_* as 'n'.
Now obj-n is only used in firmware/Makefile and it can be
replaced with obj-. No makefile uses lib-n.
Let's rip off obj-n and lib-n.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Peter Foley <pefoley2@pefoley.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
No differences found