summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-03-04 11:00:22 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-03-15 14:35:57 +0100
commitc5c3e861dbfba6ff0603a9850a6904424ffc758e (patch)
tree4d76596dd294d174bb41b35acf30fcc077b5c721
parentc4fd769001f431226308e07c9751f823873f6cb8 (diff)
downloadptxdist-c5c3e861dbfba6ff0603a9850a6904424ffc758e.tar.gz
ptxdist-c5c3e861dbfba6ff0603a9850a6904424ffc758e.tar.xz
ARM i.MX vpu plugins: depend on ARCH_ARM instead of ARCH_ARM_IMX
While being useful on i.MX27 only, there is no reason why it shouldn't be build on other ARM architectures or generic bsps. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--rules/gst-plugins-fsl_vpu.make2
-rw-r--r--rules/libfsl-vpu.make2
2 files changed, 2 insertions, 2 deletions
diff --git a/rules/gst-plugins-fsl_vpu.make b/rules/gst-plugins-fsl_vpu.make
index d1e8dbd51..1b3506089 100644
--- a/rules/gst-plugins-fsl_vpu.make
+++ b/rules/gst-plugins-fsl_vpu.make
@@ -11,7 +11,7 @@
#
# We provide this package
#
-PACKAGES-$(PTXCONF_ARCH_ARM_IMX)-$(PTXCONF_GST_PLUGINS_FSL_VPU) += gst-plugins-fsl_vpu
+PACKAGES-$(PTXCONF_GST_PLUGINS_FSL_VPU) += gst-plugins-fsl_vpu
#
# Paths and names
diff --git a/rules/libfsl-vpu.make b/rules/libfsl-vpu.make
index 856d959c5..3778e812f 100644
--- a/rules/libfsl-vpu.make
+++ b/rules/libfsl-vpu.make
@@ -11,7 +11,7 @@
#
# We provide this package
#
-PACKAGES-$(PTXCONF_ARCH_ARM_IMX)-$(PTXCONF_LIBFSL_VPU) += libfsl-vpu
+PACKAGES-$(PTXCONF_LIBFSL_VPU) += libfsl-vpu
#
# Paths and names