svn commit: r274222 - user/dchagin/lemul/sys/modules

Dmitry Chagin dchagin at FreeBSD.org
Fri Nov 7 06:37:21 UTC 2014


Author: dchagin
Date: Fri Nov  7 06:37:20 2014
New Revision: 274222
URL: https://svnweb.freebsd.org/changeset/base/274222

Log:
  linux_common & linux64 are amd64 specific.
  
  Submitted by:	Jan Beich

Modified:
  user/dchagin/lemul/sys/modules/Makefile

Modified: user/dchagin/lemul/sys/modules/Makefile
==============================================================================
--- user/dchagin/lemul/sys/modules/Makefile	Fri Nov  7 06:16:10 2014	(r274221)
+++ user/dchagin/lemul/sys/modules/Makefile	Fri Nov  7 06:37:20 2014	(r274222)
@@ -200,8 +200,8 @@ SUBDIR=	\
 	${_linprocfs} \
 	${_linsysfs} \
 	${_linux} \
+	${_linux_common} \
 	${_linux64} \
-	${_linuxcommon} \
 	lmc \
 	lpt \
 	mac_biba \
@@ -576,8 +576,6 @@ _mlx4=		mlx4
 _mlx4ib=	mlx4ib
 _mlxen=		mlxen
 .endif
-_linux64=	linux64
-_linuxcommon=	linux_common
 _mly=		mly
 .if ${MK_OFED} != "no" || defined(ALL_MODULES)
 _mthca=		mthca
@@ -615,6 +613,8 @@ _qlxgb=		qlxgb
 _qlxgbe=	qlxgbe
 _sfxge=		sfxge
 _vmm=		vmm
+_linux_common=	linux_common
+_linux64=	linux64
 .endif
 
 .if ${MACHINE_CPUARCH} == "i386"


More information about the svn-src-user mailing list