diff options
author | 2004-11-27 11:26:52 +0000 | |
---|---|---|
committer | 2004-11-27 11:26:52 +0000 | |
commit | 82e4314ed3417cca65b895f71d9bd7cdb7761c52 (patch) | |
tree | 4c9e5221a6846089787dabeeeef209150355a3c1 /eclass/linux-mod.eclass | |
parent | VErsion bumped. (Manifest recommit) (diff) | |
download | gentoo-2-82e4314ed3417cca65b895f71d9bd7cdb7761c52.tar.gz gentoo-2-82e4314ed3417cca65b895f71d9bd7cdb7761c52.tar.bz2 gentoo-2-82e4314ed3417cca65b895f71d9bd7cdb7761c52.zip |
add support for CHECK_CONFIG=
Diffstat (limited to 'eclass/linux-mod.eclass')
-rw-r--r-- | eclass/linux-mod.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass index 26bc6e4a0d4d..dff6124c6021 100644 --- a/eclass/linux-mod.eclass +++ b/eclass/linux-mod.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.3 2004/11/25 22:40:29 johnm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.4 2004/11/27 11:26:52 johnm Exp $ # This eclass provides functions for compiling external kernel modules # from source. @@ -111,6 +111,7 @@ linux-mod_pkg_setup() { get_version; check_kernel_built check_modules_supported; + check_extra_config; set_kvobj; } |