summaryrefslogtreecommitdiffstats
path: root/rules/pre
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2020-02-04 22:03:59 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-02-14 09:07:45 +0100
commit053dbb23c91cd403d78c9e4509e256f0bfa1dfca (patch)
tree49edb6efa46ed8ba2188a39e736cf31910f1e67d /rules/pre
parent84596eb9cd341e4ac1978c14849ec0188a8d916f (diff)
downloadptxdist-053dbb23c91cd403d78c9e4509e256f0bfa1dfca.tar.gz
ptxdist-053dbb23c91cd403d78c9e4509e256f0bfa1dfca.tar.xz
canutils: remove no longer used rule
commit f4f917544638 ("canutils: hardcode version 4.0.6") hardcoded canutils version, but left no longer used pre rule file in place. Delete it. Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Message-Id: <20200204210359.GA33146@lenoch> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/pre')
-rw-r--r--rules/pre/canutils.make18
1 files changed, 0 insertions, 18 deletions
diff --git a/rules/pre/canutils.make b/rules/pre/canutils.make
deleted file mode 100644
index d27529b8a..000000000
--- a/rules/pre/canutils.make
+++ /dev/null
@@ -1,18 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2003, 2010 by Marc Kleine-Budde <kleine-budde@gmx.de>
-# (C) 2008 by Wolfram Sang <w.sang@pengutronix.de>
-#
-# For further information about the PTXdist project and license conditions
-# see the README file.
-#
-
-CANUTILS_VERSION := $(call remove_quotes,$(PTXCONF_CANUTILS_VERSION))
-_version_temp := $(subst ., ,$(CANUTILS_VERSION))
-CANUTILS_VERSION_MAJOR := $(word 1,$(_version_temp))
-CANUTILS_VERSION_MINOR := $(word 2,$(_version_temp))
-CANUTILS_VERSION_MICRO := $(word 3,$(_version_temp))
-
-_version_temp :=
-
-# vim: syntax=make