diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2016-12-17 20:38:55 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2016-12-17 20:38:55 +0000 |
commit | 4e4ee27458303d8daed7d69b1f9a34a5e70dba3e (patch) | |
tree | 289c050007cff71dc6e2556aa66178c3f54c3713 | |
parent | profiles/server: Bump www-apps/owncloud keyword (diff) | |
download | portage-4e4ee27458303d8daed7d69b1f9a34a5e70dba3e.tar.xz |
eclass/linux-build: Run kernel-2_src_prepare in src_prepare()
-rw-r--r-- | eclass/linux-build.eclass | 2 |
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}" |