summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2013-06-09 20:36:26 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-12-19 15:55:31 +0100
commit545d9290c56d78d965f76996849c60324199e10a (patch)
tree9ad1f409171c681019fa4be53537ead3875cc0c6 /rules
parent28aa11cee569138f37e0d24f444c745434c7d7db (diff)
downloadOSELAS.Toolchain-545d9290c56d78d965f76996849c60324199e10a.tar.gz
OSELAS.Toolchain-545d9290c56d78d965f76996849c60324199e10a.tar.xz
libc-headers: cleanup
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/libc-headers.make56
1 files changed, 0 insertions, 56 deletions
diff --git a/rules/libc-headers.make b/rules/libc-headers.make
index 99fcbb1..b9a991e 100644
--- a/rules/libc-headers.make
+++ b/rules/libc-headers.make
@@ -1,5 +1,4 @@
# -*-makefile-*-
-# $Id: template 6001 2006-08-12 10:15:00Z mkl $
#
# Copyright (C) 2006-2008 by Marc Kleine-Budde <mkl@pengutronix.de>
#
@@ -14,59 +13,4 @@
#
PACKAGES-$(PTXCONF_LIBC_HEADERS) += libc_headers
-# ----------------------------------------------------------------------------
-# Get
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/libc_headers.get:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/libc_headers.extract:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/libc_headers.prepare:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/libc_headers.compile:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/libc_headers.install:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Target-Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/libc_headers.targetinstall:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-libc_headers_clean:
- rm -rf $(STATEDIR)/libc_headers.*
-
# vim: syntax=make