Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <tdent48227@gmail.com>
Cc: Jiri Slaby <jirislaby@gmail.com>
Cc: Michal Marek <mmarek@suse.cz>
Cc: Corey Minyard <minyard@acm.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Tracey Dent and committed by
Linus Torvalds
7fa51743 44cd4dff

+1 -1
+1 -1
drivers/char/ipmi/Makefile
··· 2 2 # Makefile for the ipmi drivers. 3 3 # 4 4 5 - ipmi_si-objs := ipmi_si_intf.o ipmi_kcs_sm.o ipmi_smic_sm.o ipmi_bt_sm.o 5 + ipmi_si-y := ipmi_si_intf.o ipmi_kcs_sm.o ipmi_smic_sm.o ipmi_bt_sm.o 6 6 7 7 obj-$(CONFIG_IPMI_HANDLER) += ipmi_msghandler.o 8 8 obj-$(CONFIG_IPMI_DEVICE_INTERFACE) += ipmi_devintf.o