summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-11-18 12:17:35 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-11-19 13:23:49 +0100
commitfffcf328f784627ffcc60571c8e1f3263cf06ed9 (patch)
treef84fb3243555ddb5e2bf5d1c64835ea4871a7120
parente2626863e5bff9f339b65524475857b63b93638f (diff)
downloadptxdist-fffcf328f784627ffcc60571c8e1f3263cf06ed9.tar.gz
ptxdist-fffcf328f784627ffcc60571c8e1f3263cf06ed9.tar.xz
cross-module-init-tools: remove obsolte package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--platforms/hosttools.in1
-rw-r--r--rules/cross-module-init-tools.in4
-rw-r--r--rules/cross-module-init-tools.make41
3 files changed, 0 insertions, 46 deletions
diff --git a/platforms/hosttools.in b/platforms/hosttools.in
index 27c3e51d7..ff6e90bf4 100644
--- a/platforms/hosttools.in
+++ b/platforms/hosttools.in
@@ -1,5 +1,4 @@
source "rules/cross-libkmod.in"
-source "rules/cross-module-init-tools.in"
source "rules/cross-nasm.in"
source "rules/host-cdrkit.in"
source "rules/host-cmake.in"
diff --git a/rules/cross-module-init-tools.in b/rules/cross-module-init-tools.in
deleted file mode 100644
index db76715f5..000000000
--- a/rules/cross-module-init-tools.in
+++ /dev/null
@@ -1,4 +0,0 @@
-## SECTION=hosttools_noprompt
-
-config CROSS_MODULE_INIT_TOOLS
- bool
diff --git a/rules/cross-module-init-tools.make b/rules/cross-module-init-tools.make
deleted file mode 100644
index 5523bbbd1..000000000
--- a/rules/cross-module-init-tools.make
+++ /dev/null
@@ -1,41 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2006 by Marc Kleine-Budde <mkl@pengutronix.de>
-#
-# See CREDITS for details about who has contributed to this project.
-#
-# For further information about the PTXdist project and license conditions
-# see the README file.
-#
-
-#
-# We provide this package
-#
-CROSS_PACKAGES-$(PTXCONF_CROSS_MODULE_INIT_TOOLS) += cross-module-init-tools
-
-#
-# Paths and names
-#
-CROSS_MODULE_INIT_TOOLS_DIR = $(CROSS_BUILDDIR)/$(MODULE_INIT_TOOLS)
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-#
-# autoconf
-#
-CROSS_MODULE_INIT_TOOLS_CONF_TOOL := autoconf
-
-CROSS_MODULE_INIT_TOOLS_MAKE_OPT := depmod
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/cross-module-init-tools.install:
- @$(call targetinfo)
- install -D -m 755 $(CROSS_MODULE_INIT_TOOLS_DIR)/build/depmod $(CROSS_MODULE_INIT_TOOLS_PKGDIR)/sbin/$(PTXCONF_GNU_TARGET)-depmod
- @$(call touch)
-
-# vim: syntax=make