summaryrefslogtreecommitdiffstats
path: root/rules/pre/genimage.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/pre/genimage.make')
-rw-r--r--rules/pre/genimage.make14
1 files changed, 0 insertions, 14 deletions
diff --git a/rules/pre/genimage.make b/rules/pre/genimage.make
deleted file mode 100644
index fd890cbd3..000000000
--- a/rules/pre/genimage.make
+++ /dev/null
@@ -1,14 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2012 by Michael Olbrich <m.olbrich@pengutronix.de>
-#
-# See CREDITS for details about who has contributed to this project.
-#
-# For further information about the PTXdist project and license conditions
-# see the README file.
-#
-
-genimage/config = \
- $(shell ptxd_get_alternative config/images "$(strip $(1))" && echo "$${ptxd_reply}" || echo $(1))
-
-# vim: syntax=make