summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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