2008-02-26 10:15:12

by cheng renquan

[permalink] [raw]
Subject: [PATCH] [IPMI] remove unused target and action in Makefile

Kbuild system handle this automatically.

Signed-off-by: Denis Cheng <[email protected]>
---
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 553f0a4..eb8a1a8 100644
--- a/drivers/char/ipmi/Makefile
+++ b/drivers/char/ipmi/Makefile
@@ -9,7 +9,3 @@ obj-$(CONFIG_IPMI_DEVICE_INTERFACE) += ipmi_devintf.o
obj-$(CONFIG_IPMI_SI) += ipmi_si.o
obj-$(CONFIG_IPMI_WATCHDOG) += ipmi_watchdog.o
obj-$(CONFIG_IPMI_POWEROFF) += ipmi_poweroff.o
-
-ipmi_si.o: $(ipmi_si-objs)
- $(LD) -r -o $@ $(ipmi_si-objs)
-
--
1.5.4.2