summaryrefslogtreecommitdiffstats
path: root/rules
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 /rules
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>
Diffstat (limited to 'rules')
-rw-r--r--rules/cross-module-init-tools.in4
-rw-r--r--rules/cross-module-init-tools.make41
2 files changed, 0 insertions, 45 deletions
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