From 69a1fa030cdbe8cc772861c7f1ef04a0f729d264 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Mon, 21 Sep 2009 09:39:09 +0000 Subject: Adding USE="modules" to all Linux profiles to link with new linux-mod behavior for making modules optional if desired. --- profiles/default/linux/make.defaults | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'profiles/default/linux/make.defaults') diff --git a/profiles/default/linux/make.defaults b/profiles/default/linux/make.defaults index 58be15a2d4e0..ed5010377cc9 100644 --- a/profiles/default/linux/make.defaults +++ b/profiles/default/linux/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.2 2008/07/09 16:46:35 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.3 2009/09/21 09:39:09 robbat2 Exp $ # # System-wide defaults for the Portage system # See portage(5) manpage @@ -51,3 +51,8 @@ VIDEO_CARDS="dummy fbdev v4l" # direction with how LDFLAGS will be set by default, this entry # may move. LDFLAGS="-Wl,-O1" + +# 2009/09/21 Robin H. Johnson +# http://archives.gentoo.org/gentoo-dev/msg_dc705dc2c1a45e18a85aa62e8fb17009.xml +# Build kernel modules from linux-mod by default: +USE="${USE} modules" -- cgit v1.2.3-65-gdbad