* [PATCH] [IPMI] remove unused target and action in Makefile
@ 2008-02-26 10:14 Denis Cheng
0 siblings, 0 replies; only message in thread
From: Denis Cheng @ 2008-02-26 10:14 UTC (permalink / raw)
To: Corey Minyard; +Cc: openipmi-developer, linux-kernel
Kbuild system handle this automatically.
Signed-off-by: Denis Cheng <crquan@gmail.com>
---
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-02-26 10:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-26 10:14 [PATCH] [IPMI] remove unused target and action in Makefile Denis Cheng
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox