diff options
author | Dennis Gilmore <dennis@ausil.us> | 2011-08-10 15:06:10 -0500 |
---|---|---|
committer | Dennis Gilmore <dennis@ausil.us> | 2011-08-16 11:34:07 -0500 |
commit | 41dc1eca4d338b45ca71f210d8a874f2820d265a (patch) | |
tree | 8c4cb9de5c35f98172843b4e899a8e023097899d | |
parent | 94b00675eeb64f2d1b72044e4886bd03193cb735 (diff) | |
download | kernel-41dc1eca4d338b45ca71f210d8a874f2820d265a.tar.gz kernel-41dc1eca4d338b45ca71f210d8a874f2820d265a.tar.xz kernel-41dc1eca4d338b45ca71f210d8a874f2820d265a.zip |
only build the omap and tegra variants on armv7 builds
-rw-r--r-- | kernel.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel.spec b/kernel.spec index 39424e154..4641e4c49 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 |