summaryrefslogtreecommitdiffstats
path: root/rules/ethtool.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-01-12 00:28:36 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-01-12 08:49:31 +0100
commitb2a91414756bc75e794e09a7b1c8462597d0fb8c (patch)
tree3e72fb10075d2523b118c105f798e72c7dba06f0 /rules/ethtool.make
parent4e45c6b922824de0c8b7ea628016837df969076e (diff)
downloadptxdist-b2a91414756bc75e794e09a7b1c8462597d0fb8c.tar.gz
ptxdist-b2a91414756bc75e794e09a7b1c8462597d0fb8c.tar.xz
[ethtool] cleanup install
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/ethtool.make')
-rw-r--r--rules/ethtool.make10
1 files changed, 1 insertions, 9 deletions
diff --git a/rules/ethtool.make b/rules/ethtool.make
index dbce40aa3..eb83c187c 100644
--- a/rules/ethtool.make
+++ b/rules/ethtool.make
@@ -45,14 +45,6 @@ ETHTOOL_ENV := $(CROSS_ENV)
ETHTOOL_AUTOCONF := $(CROSS_AUTOCONF_USR)
# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/ethtool.install:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------
@@ -69,7 +61,7 @@ $(STATEDIR)/ethtool.targetinstall:
@$(call install_fixup, ethtool,DEPENDS,)
@$(call install_fixup, ethtool,DESCRIPTION,missing)
- @$(call install_copy, ethtool, 0, 0, 0755, $(ETHTOOL_DIR)/ethtool, /usr/sbin/ethtool)
+ @$(call install_copy, ethtool, 0, 0, 0755, -, /usr/sbin/ethtool)
@$(call install_finish, ethtool)