Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Nov 2014 06:37:21 +0000 (UTC)
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r274222 - user/dchagin/lemul/sys/modules
Message-ID:  <201411070637.sA76bL4L040962@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



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