diff options
author | Tracey Dent <[email protected]> | 2010-10-27 15:34:23 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2010-10-27 18:03:14 -0700 |
commit | 7fa51743dcf176bcdca43603b4257748a222fe9b (patch) | |
tree | 7fdf9fa781480f5c0d0b3e0f7fa067244c6bd030 | |
parent | 44cd4dffe28b18139fe76e2a7b39cd1fdb459619 (diff) |
drivers/char/ipmi/Makefile: replace the use of <module>-objs with <module>-y
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]>
-rw-r--r-- | drivers/char/ipmi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/ipmi/Makefile b/drivers/char/ipmi/Makefile index eb8a1a8c188e..16a93648d54e 100644 --- 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 |