diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2016-09-03 20:20:24 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2016-09-04 00:07:38 +0100 |
commit | b8cff252630bfde32877e3255c2bd5e4585c8e49 (patch) | |
tree | 7c4392704763b736ff742d7e176c706b91bbaf78 /eclass/linux-build.eclass | |
parent | sys-fs/static-dev: Move to EAPI 6 (diff) | |
download | portage-b8cff252630bfde32877e3255c2bd5e4585c8e49.tar.xz |
eclass/linux-build: Move to EAPI 6
Diffstat (limited to 'eclass/linux-build.eclass')
-rw-r--r-- | eclass/linux-build.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/linux-build.eclass b/eclass/linux-build.eclass index 11e595fb..835a027b 100644 --- a/eclass/linux-build.eclass +++ b/eclass/linux-build.eclass @@ -10,7 +10,7 @@ # Build kernel properly case "${EAPI:-0}" in - 5) + 6) ;; *) die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}" ;; @@ -293,6 +293,8 @@ _linux-build_src_prepare_build() { } linux-build_src_prepare() { + default + bopt=( -C "${SRCDIR}" KBUILD_OUTPUT="${BUILDDIR}" |