Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jun 2006 11:07:21 GMT
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 99415 for review
Message-ID:  <200606171107.k5HB7LgO032528@repoman.freebsd.org>

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

Change 99415 by rdivacky@rdivacky_witten on 2006/06/17 11:06:37

	Modulification of linprocfs and linsysfs on amd64.

Affected files ...

.. //depot/projects/soc2006/rdivacky_linuxolator/modules/Makefile#3 edit
.. //depot/projects/soc2006/rdivacky_linuxolator/modules/linprocfs/Makefile#2 edit
.. //depot/projects/soc2006/rdivacky_linuxolator/modules/linsysfs/Makefile#2 edit

Differences ...

==== //depot/projects/soc2006/rdivacky_linuxolator/modules/Makefile#3 (text+ko) ====

@@ -468,6 +468,8 @@
 _ips=		ips
 _ipw=		ipw
 _iwi=		iwi
+_linprocfs=     linprocfs
+_linsysfs=      linsysfs
 _linux=		linux
 _mly=		mly
 _ndis=		ndis

==== //depot/projects/soc2006/rdivacky_linuxolator/modules/linprocfs/Makefile#2 (text+ko) ====

@@ -7,4 +7,8 @@
 	linprocfs.c \
 	opt_compat.h
 
+.if ${MACHINE_ARCH} == "amd64"
+CFLAGS+=-DCOMPAT_LINUX32
+.endif
+
 .include <bsd.kmod.mk>

==== //depot/projects/soc2006/rdivacky_linuxolator/modules/linsysfs/Makefile#2 (text) ====

@@ -8,4 +8,8 @@
 	linsysfs.c \
 	opt_compat.h
 
+.if ${MACHINE_ARCH} == "amd64"
+CFLAGS+=-DCOMPAT_LINUX32
+.endif
+
 .include <bsd.kmod.mk>



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