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:
f09830a
)
Input: clean up Makefile (use input-core-y)
author
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Mon, 22 Nov 2010 20:39:28 +0000
(12:39 -0800)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Mon, 22 Nov 2010 20:54:05 +0000
(12:54 -0800)
The proper way to specify multi-source object is to use <name>-y instead
of <name>-obj (which is deprecated) as it allows conditional inclusion
of modules in the list.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
No differences found