From 8e25ffdc6e873f985fe801bc3505569940403ad1 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Aug 16 2011 18:01:03 +0000 Subject: only build the omap and tegra variants on armv7 builds --- diff --git a/kernel.spec b/kernel.spec index 88ad6b2..1671591 100644 --- a/kernel.spec +++ b/kernel.spec @@ -233,8 +233,8 @@ Summary: The Linux kernel %define with_pae 0 %endif -# kernel-tegra and omap is only built on arm -%ifnarch %{arm} +# kernel-tegra and omap is only built on armv7 hard and softfp +%ifnarch armv7hl armv7l %define with_tegra 0 %define with_omap 0 %endif