summaryrefslogtreecommitdiffstats
path: root/rules/host-attr.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-01-11 15:50:45 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-01-11 15:53:06 +0100
commit148d89fee33875abe1955d9faa65a143f535b13a (patch)
tree379f0f3d41b3705bde8f790b96c9d734a7e758dc /rules/host-attr.make
parentdc2df2486b25fa0862fcf85ecd4dabb761477961 (diff)
downloadptxdist-148d89fee33875abe1955d9faa65a143f535b13a.tar.gz
ptxdist-148d89fee33875abe1955d9faa65a143f535b13a.tar.xz
[host-attr] just cleanups
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/host-attr.make')
-rw-r--r--rules/host-attr.make16
1 files changed, 0 insertions, 16 deletions
diff --git a/rules/host-attr.make b/rules/host-attr.make
index ccac0c00b..7e5575185 100644
--- a/rules/host-attr.make
+++ b/rules/host-attr.make
@@ -14,11 +14,6 @@
#
HOST_PACKAGES-$(PTXCONF_HOST_ATTR) += host-attr
-#
-# Paths and names
-#
-HOST_ATTR_DIR = $(HOST_BUILDDIR)/$(ATTR)
-
# ----------------------------------------------------------------------------
# Get
# ----------------------------------------------------------------------------
@@ -28,17 +23,6 @@ $(STATEDIR)/host-attr.get: $(STATEDIR)/attr.get
@$(call touch)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-attr.extract:
- @$(call targetinfo)
- @$(call clean, $(HOST_ATTR_DIR))
- @$(call extract, ATTR, $(HOST_BUILDDIR))
- @$(call patchin, ATTR, $(HOST_ATTR_DIR))
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------