diff options
-rw-r--r-- | drivers/char/ipmi/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/char/ipmi/Makefile b/drivers/char/ipmi/Makefile index 553f0a408eda..eb8a1a8c188e 100644 --- a/drivers/char/ipmi/Makefile +++ b/drivers/char/ipmi/Makefile | |||
@@ -9,7 +9,3 @@ obj-$(CONFIG_IPMI_DEVICE_INTERFACE) += ipmi_devintf.o | |||
9 | obj-$(CONFIG_IPMI_SI) += ipmi_si.o | 9 | obj-$(CONFIG_IPMI_SI) += ipmi_si.o |
10 | obj-$(CONFIG_IPMI_WATCHDOG) += ipmi_watchdog.o | 10 | obj-$(CONFIG_IPMI_WATCHDOG) += ipmi_watchdog.o |
11 | obj-$(CONFIG_IPMI_POWEROFF) += ipmi_poweroff.o | 11 | obj-$(CONFIG_IPMI_POWEROFF) += ipmi_poweroff.o |
12 | |||
13 | ipmi_si.o: $(ipmi_si-objs) | ||
14 | $(LD) -r -o $@ $(ipmi_si-objs) | ||
15 | |||