summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-09-21 09:39:09 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-09-21 09:39:09 +0000
commit69a1fa030cdbe8cc772861c7f1ef04a0f729d264 (patch)
treefb133cce9d7b9f78752f7e5b4972cb26fd1db4e1 /profiles/default/linux/make.defaults
parentCommit conf.d change that wasn't committed, sigh. (diff)
downloadgentoo-2-69a1fa030cdbe8cc772861c7f1ef04a0f729d264.tar.gz
gentoo-2-69a1fa030cdbe8cc772861c7f1ef04a0f729d264.tar.bz2
gentoo-2-69a1fa030cdbe8cc772861c7f1ef04a0f729d264.zip
Adding USE="modules" to all Linux profiles to link with new linux-mod behavior for making modules optional if desired.
Diffstat (limited to 'profiles/default/linux/make.defaults')
-rw-r--r--profiles/default/linux/make.defaults7
1 files changed, 6 insertions, 1 deletions
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 <robbat2@gentoo.org>
+# http://archives.gentoo.org/gentoo-dev/msg_dc705dc2c1a45e18a85aa62e8fb17009.xml
+# Build kernel modules from linux-mod by default:
+USE="${USE} modules"