PERFORCE change 119346 for review

Rui Paulo rpaulo at FreeBSD.org
Sun May 6 15:51:21 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=119346

Change 119346 by rpaulo at 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


More information about the p4-projects mailing list