summaryrefslogtreecommitdiffstats
path: root/rules/host-genpart.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2009-12-31 11:45:41 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-04-12 15:30:43 +0200
commit6ae754bb7a7940859688fa591f2759963bde9d1b (patch)
treec942eb9480ddd86043f24bf09ebbed2ff1511ab3 /rules/host-genpart.make
parent8220cf42f7e4cf5a44b592eb664ba626ad48a43e (diff)
downloadptxdist-6ae754bb7a7940859688fa591f2759963bde9d1b.tar.gz
ptxdist-6ae754bb7a7940859688fa591f2759963bde9d1b.tar.xz
[host-genpart] cleanup
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-genpart.make')
-rw-r--r--rules/host-genpart.make19
1 files changed, 1 insertions, 18 deletions
diff --git a/rules/host-genpart.make b/rules/host-genpart.make
index 404c7d110..c2260b9a1 100644
--- a/rules/host-genpart.make
+++ b/rules/host-genpart.make
@@ -32,26 +32,9 @@ $(HOST_GENPART_SOURCE):
@$(call get, HOST_GENPART)
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-genpart.extract:
- @$(call targetinfo)
- @$(call clean, $(HOST_GENPART_DIR))
- @$(call extract, HOST_GENPART, $(HOST_BUILDDIR))
- @$(call patchin, HOST_GENPART, $(HOST_GENPART_DIR))
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
-HOST_GENPART_PATH := PATH=$(HOST_PATH)
-HOST_GENPART_ENV := $(HOST_ENV)
-
-#
-# autoconf
-#
-HOST_GENPART_AUTOCONF := $(HOST_AUTOCONF)
+HOST_GENPART_CONF_TOOL := autoconf
# vim: syntax=make