DIST: build error fix for armv7l 96/160596/5 accepted/tizen/unified/20180227.063000 submit/tizen/20180226.111421
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 17 Nov 2017 05:47:29 +0000 (14:47 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 26 Feb 2018 04:21:25 +0000 (04:21 +0000)
In SPIN / AD project, we are going to support arm as well.

Change-Id: Id1b509a03300e010224da077080ba5376ec3b548
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
packaging/linux-kernel-modulebuild.spec

index cf7d3c8..b464be9 100644 (file)
@@ -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