only build the omap and tegra variants on armv7 builds

This commit is contained in:
Dennis Gilmore 2011-08-10 15:06:10 -05:00
parent 94b00675ee
commit 41dc1eca4d
1 changed files with 2 additions and 2 deletions

View File

@ -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