summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/rules/blspec-bonewhite.make
diff options
context:
space:
mode:
Diffstat (limited to 'configs/platform-v7a/rules/blspec-bonewhite.make')
-rw-r--r--configs/platform-v7a/rules/blspec-bonewhite.make36
1 files changed, 0 insertions, 36 deletions
diff --git a/configs/platform-v7a/rules/blspec-bonewhite.make b/configs/platform-v7a/rules/blspec-bonewhite.make
deleted file mode 100644
index 3c4566b..0000000
--- a/configs/platform-v7a/rules/blspec-bonewhite.make
+++ /dev/null
@@ -1,36 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2016 by Michael Grzeschik <mgr@pengutronix.de>
-#
-# For further information about the PTXdist project and license conditions
-# see the README file.
-#
-
-#
-# We provide this package
-#
-PACKAGES-$(PTXCONF_BLSPEC_BONEWHITE) += blspec-bonewhite
-
-BLSPEC_BONEWHITE_VERSION := 4.6
-
-# ----------------------------------------------------------------------------
-# Target-Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/blspec-bonewhite.targetinstall:
- @$(call targetinfo)
-
- @$(call install_init, blspec-bonewhite)
- @$(call install_fixup,blspec-bonewhite,PRIORITY,optional)
- @$(call install_fixup,blspec-bonewhite,SECTION,base)
- @$(call install_fixup,blspec-bonewhite,AUTHOR,"Michael Grzeschik <mgr@pengutronix.de>")
- @$(call install_fixup,blspec-bonewhite,DESCRIPTION,missing)
-
- @$(call install_alternative, blspec-bonewhite, 0, 0, 0644, \
- /loader/entries/bonewhite.conf)
-
- @$(call install_finish,blspec-bonewhite)
-
- @$(call touch)
-
-# vim: syntax=make