From: MyungJoo Ham Date: Fri, 17 Nov 2017 05:47:29 +0000 (+0900) Subject: DIST: build error fix for armv7l X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2FSPIN;p=sdk%2Femulator%2Femulator-kernel.git DIST: build error fix for armv7l In SPIN / AD project, we are going to support arm as well. Change-Id: Id1b509a03300e010224da077080ba5376ec3b548 Signed-off-by: MyungJoo Ham --- diff --git a/packaging/linux-kernel-modulebuild.spec b/packaging/linux-kernel-modulebuild.spec index cf7d3c8895d1..b464be97e937 100644 --- a/packaging/linux-kernel-modulebuild.spec +++ b/packaging/linux-kernel-modulebuild.spec @@ -23,7 +23,7 @@ Header of The Linux Kernel, the operating system core itself %build %ifarch %{arm} -make arm_tizen_emul_defconfig +make exynos_defconfig %endif %ifarch %{ix86} make tizen_emul_defconfig @@ -41,7 +41,8 @@ find -wholename "*/include/*" > headers find -name "Kconfig" >> headers find -name "Kbuild" >> headers find -name "Makefile" >> headers -find -name "Makefile.boot" >> headers +find -name "Makefile.*" >> headers +find -name "Makefile_32.cpu" >> headers %install QA_SKIP_BUILD_ROOT="DO_NOT_WANT"; export QA_SKIP_BUILD_ROOT