From b8cff252630bfde32877e3255c2bd5e4585c8e49 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Sat, 3 Sep 2016 20:20:24 +0100 Subject: eclass/linux-build: Move to EAPI 6 --- eclass/linux-build.eclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'eclass') 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}" -- cgit v1.2.3