summaryrefslogtreecommitdiffstats
path: root/rules/image-sd.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/image-sd.make')
-rw-r--r--rules/image-sd.make34
1 files changed, 0 insertions, 34 deletions
diff --git a/rules/image-sd.make b/rules/image-sd.make
deleted file mode 100644
index d81f42d..0000000
--- a/rules/image-sd.make
+++ /dev/null
@@ -1,34 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2012 by Jan Luebbe <jlu@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.
-#
-
-#
-# We provide this package
-#
-IMAGE_PACKAGES-$(PTXCONF_IMAGE_SD) += image-sd
-
-#
-# Paths and names
-#
-IMAGE_SD := image-sd
-IMAGE_SD_DIR := $(BUILDDIR)/$(IMAGE_SD)
-IMAGE_SD_IMAGE := $(IMAGEDIR)/sd.hdimg
-IMAGE_SD_FILES := $(IMAGEDIR)/root.tgz
-IMAGE_SD_CONFIG := sd.config
-
-# ----------------------------------------------------------------------------
-# Image
-# ----------------------------------------------------------------------------
-
-$(IMAGE_SD_IMAGE):
- @$(call targetinfo)
- @$(call image/genimage, IMAGE_SD)
- @$(call finish)
-
-# vim: syntax=make