projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44cd4df
)
drivers/char/ipmi/Makefile: replace the use of <module>-objs with <module>-y
author
Tracey Dent
<
[email protected]
>
Wed, 27 Oct 2010 22:34:23 +0000
(15:34 -0700)
committer
Linus Torvalds
<
[email protected]
>
Thu, 28 Oct 2010 01:03:14 +0000
(18:03 -0700)
Changed <module>-objs to <module>-y in Makefile.
Signed-off-by: Tracey Dent <
[email protected]
>
Cc: Jiri Slaby <
[email protected]
>
Cc: Michal Marek <
[email protected]
>
Cc: Corey Minyard <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/char/ipmi/Makefile
patch
|
blob
|
history
diff --git
a/drivers/char/ipmi/Makefile
b/drivers/char/ipmi/Makefile
index eb8a1a8c188e482571a185488f60884c91c9878e..16a93648d54e3b25ccc78f45cb56412ae9c8723e 100644
(file)
--- a/
drivers/char/ipmi/Makefile
+++ b/
drivers/char/ipmi/Makefile
@@
-2,7
+2,7
@@
# Makefile for the ipmi drivers.
#
-ipmi_si-
objs
:= ipmi_si_intf.o ipmi_kcs_sm.o ipmi_smic_sm.o ipmi_bt_sm.o
+ipmi_si-
y
:= ipmi_si_intf.o ipmi_kcs_sm.o ipmi_smic_sm.o ipmi_bt_sm.o
obj-$(CONFIG_IPMI_HANDLER) += ipmi_msghandler.o
obj-$(CONFIG_IPMI_DEVICE_INTERFACE) += ipmi_devintf.o