summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-08-01 22:05:15 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-10-27 18:22:30 +0200
commitcb83f96478b9771a0ad557330f257dccf7aeca15 (patch)
tree1350c327faea1c154ba7c56048f894732babd91a
parent3d5fbdcf50c158d7db6dcc71daf794afdf5303d7 (diff)
downloadptxdist-cb83f96478b9771a0ad557330f257dccf7aeca15.tar.gz
ptxdist-cb83f96478b9771a0ad557330f257dccf7aeca15.tar.xz
[ldd] remove obsolete stages
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/ldd.make41
1 files changed, 1 insertions, 40 deletions
diff --git a/rules/ldd.make b/rules/ldd.make
index 0607f9bc0..56e798b33 100644
--- a/rules/ldd.make
+++ b/rules/ldd.make
@@ -1,6 +1,7 @@
# -*-makefile-*-
#
# Copyright (C) 2006 by Sascha Hauer
+# (C) 2010 by Michael Olbrich <m.olbrich@pengutronix.de>
#
# See CREDITS for details about who has contributed to this project.
#
@@ -17,46 +18,6 @@ PACKAGES-$(PTXCONF_LDD) += ldd
LDD_VERSION := 2.7
# ----------------------------------------------------------------------------
-# Get
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/ldd.get:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/ldd.extract:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/ldd.prepare:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/ldd.compile:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/ldd.install:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------