diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2015-11-07 04:49:39 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2015-11-07 04:49:39 +0000 |
| commit | fa32340b9f0ef5ae09df26328e8510ef1eef3a6b (patch) | |
| tree | 30d57599576d3ec0b0a17e1bfd75231bb5fc2dd0 | |
| parent | 13d3ad4d7157b65994cee4b81481b4e321493fe3 (diff) | |
Notes
| -rw-r--r-- | sys/modules/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
