Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 May 2007 15:51:20 GMT
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 119346 for review
Message-ID:  <200705061551.l46FpKZK036174@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=119346

Change 119346 by rpaulo@rpaulo_epsilon on 2007/05/06 15:50:59

	Follow the sys/conf changes regarding to backlight and
	msrtemp.
	msrtemp is specific to i386.
	backlight is specific to i386/amd64.

Affected files ...

.. //depot/projects/soc2007/rpaulo-macbook/modules/Makefile#3 edit

Differences ...

==== //depot/projects/soc2007/rpaulo-macbook/modules/Makefile#3 (text+ko) ====

@@ -34,7 +34,7 @@
 	${_auxio} \
 	${_awi} \
 	axe \
-	backlight \
+	${_backlight} \
 	bce \
 	bfe \
 	bge \
@@ -170,7 +170,7 @@
 	msdosfs_iconv \
 	${_mse} \
 	msk \
-	msrtemp \
+	${_msrtemp} \
 	${_mxge} \
 	my \
 	${_ncp} \
@@ -353,6 +353,7 @@
 _ath_hal=	ath_hal
 _ath_rate_sample=ath_rate_sample
 _awi=		awi
+_backlight=	backlight
 _bktr=		bktr
 _cardbus=	cardbus
 _cbb=		cbb
@@ -380,6 +381,7 @@
 _linsysfs=	linsysfs
 _linux=		linux
 _mse=		mse
+_msrtemp=	msrtemp
 .if ${MK_NCP} != "no"
 _ncp=		ncp
 .endif
@@ -468,6 +470,7 @@
 _ath=		ath
 _ath_hal=	ath_hal
 _ath_rate_sample=ath_rate_sample
+_backlight=	backlight
 _cardbus=	cardbus
 _cbb=		cbb
 _ciss=		ciss



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705061551.l46FpKZK036174>