From fa32340b9f0ef5ae09df26328e8510ef1eef3a6b Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Sat, 7 Nov 2015 04:49:39 +0000 Subject: arm64: build em(4) and igb(4) modules Sponsored by: The FreeBSD Foundation --- sys/modules/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index dca94fec25c0..fadde8d46c4f 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -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 -- cgit v1.3