summaryrefslogtreecommitdiffstats
path: root/rules/dtc.make
diff options
context:
space:
mode:
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
# ----------------------------------------------------------------------------