summaryrefslogtreecommitdiffstats
path: root/rules/dtc.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-08-01 22:05:13 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-10-27 18:22:29 +0200
commita81a4bb8ba969d85bd666c61ee0a21dba6d24b4c (patch)
tree2baf58e4f22a96a25ad77f452ebf28053dc6634d /rules/dtc.make
parentfd31e301d280222f88555cffa7e2414741f4d46d (diff)
downloadptxdist-a81a4bb8ba969d85bd666c61ee0a21dba6d24b4c.tar.gz
ptxdist-a81a4bb8ba969d85bd666c61ee0a21dba6d24b4c.tar.xz
[dtc] remove obsolete stages
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/dtc.make')
-rw-r--r--rules/dtc.make41
1 files changed, 1 insertions, 40 deletions
diff --git a/rules/dtc.make b/rules/dtc.make
index 17cc9c24f..f8fb9c8da 100644
--- a/rules/dtc.make
+++ b/rules/dtc.make
@@ -2,6 +2,7 @@
#
# Copyright (C) 2007 by Sascha Hauer
# (C) 2010 by Carsten Schlote
+# (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_DTC) += dtc
DTC_VERSION := 1.0.0
# ----------------------------------------------------------------------------
-# Get
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/dtc.get:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/dtc.extract:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/dtc.prepare:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/dtc.compile:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/dtc.install:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------