summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2016-12-17 20:38:55 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2016-12-17 20:38:55 +0000
commit4e4ee27458303d8daed7d69b1f9a34a5e70dba3e (patch)
tree289c050007cff71dc6e2556aa66178c3f54c3713 /eclass
parentprofiles/server: Bump www-apps/owncloud keyword (diff)
downloadportage-4e4ee27458303d8daed7d69b1f9a34a5e70dba3e.tar.xz
eclass/linux-build: Run kernel-2_src_prepare in src_prepare()
Diffstat (limited to 'eclass')
-rw-r--r--eclass/linux-build.eclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/eclass/linux-build.eclass b/eclass/linux-build.eclass
index 38188702..3c87e8fe 100644
--- a/eclass/linux-build.eclass
+++ b/eclass/linux-build.eclass
@@ -292,6 +292,8 @@ _linux-build_src_prepare_build() {
}
linux-build_src_prepare() {
+ kernel-2_src_prepare
+
bopt=(
-C "${SRCDIR}"
KBUILD_OUTPUT="${BUILDDIR}"