summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMyungJoo Ham <myungjoo.ham@samsung.com>2017-11-17 14:47:29 +0900
committerMyungJoo Ham <myungjoo.ham@samsung.com>2018-02-26 04:21:25 +0000
commit09d62536dbcc123c011ab0664af6e32ce1e1c8d2 (patch)
treee0358f8cc1c9d52e32e86a68525fddd2bbb8e726
parentb1dbc93131d4dee7893f6de97868cb3b94e75582 (diff)
downloademulator-kernel-submit/tizen/20180226.111421.tar.gz
emulator-kernel-submit/tizen/20180226.111421.tar.bz2
emulator-kernel-submit/tizen/20180226.111421.zip
In SPIN / AD project, we are going to support arm as well. Change-Id: Id1b509a03300e010224da077080ba5376ec3b548 Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
-rw-r--r--packaging/linux-kernel-modulebuild.spec5
1 files changed, 3 insertions, 2 deletions
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