Date: Sat, 7 Nov 2015 04:49:39 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r290483 - head/sys/modules Message-ID: <201511070449.tA74ndWV097187@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: emaste Date: Sat Nov 7 04:49:39 2015 New Revision: 290483 URL: https://svnweb.freebsd.org/changeset/base/290483 Log: arm64: build em(4) and igb(4) modules Sponsored by: The FreeBSD Foundation Modified: head/sys/modules/Makefile Modified: head/sys/modules/Makefile ============================================================================== --- head/sys/modules/Makefile Sat Nov 7 04:46:34 2015 (r290482) +++ head/sys/modules/Makefile Sat Nov 7 04:49:39 2015 (r290483) @@ -504,6 +504,11 @@ _cxgb= cxgb .endif .endif +.if ${MACHINE_CPUARCH} == "aarch64" +_em= em +_igb= igb +.endif + .if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64" _agp= agp _an= an
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511070449.tA74ndWV097187>