diff options
Diffstat (limited to 'sys/modules/Makefile')
| -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 2aded5d568cb..3e5bf6106ba3 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -383,6 +383,7 @@ SUBDIR= \ smbfs \ snp \ sound \ + ${_spe} \ ${_speaker} \ spi \ ${_splash} \ @@ -678,6 +679,10 @@ _irdma= irdma .endif .endif +.if ${MACHINE_CPUARCH} == "aarch64" +_spe= spe +.endif + .if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "arm" || \ ${MACHINE_CPUARCH} == "riscv" .if !empty(OPT_FDT) |
