Skip to content

Commit

Permalink
ipmi: remove unused target and action in Makefile
Browse files Browse the repository at this point in the history
Kbuild system handles this automatically.

Signed-off-by: Denis Cheng <[email protected]>
Cc: Corey Minyard <[email protected]>
Cc: Sam Ravnborg <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
crquan authored and torvalds committed Apr 29, 2008
1 parent 36c7dc4 commit 95c0ba8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/char/ipmi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 95c0ba8

Please sign in to comment.