From: Tracey Dent Date: Wed, 27 Oct 2010 22:34:23 +0000 (-0700) Subject: drivers/char/ipmi/Makefile: replace the use of -objs with -y X-Git-Tag: v2.6.37-rc1~85^2~39 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=7fa51743dcf176bcdca43603b4257748a222fe9b;p=~emulex%2Finfiniband.git drivers/char/ipmi/Makefile: replace the use of -objs with -y Changed -objs to -y in Makefile. Signed-off-by: Tracey Dent Cc: Jiri Slaby Cc: Michal Marek Cc: Corey Minyard Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/char/ipmi/Makefile b/drivers/char/ipmi/Makefile index eb8a1a8c188..16a93648d54 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