diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2014-07-07 00:27:09 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2014-07-07 00:27:09 +0000 |
| commit | e7d939bda22b07be6b68ba38835c9167212fd56e (patch) | |
| tree | 98db2559cee662a9de7212211dd5c69176b58254 /sys/modules/sound | |
| parent | 00cf40b0ca010cb2a6afb112650109dcabe80dea (diff) | |
Notes
Diffstat (limited to 'sys/modules/sound')
| -rw-r--r-- | sys/modules/sound/sound/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/sound/sound/Makefile b/sys/modules/sound/sound/Makefile index 0db294bce2e3..9650adf21d70 100644 --- a/sys/modules/sound/sound/Makefile +++ b/sys/modules/sound/sound/Makefile @@ -45,7 +45,7 @@ CLEANFILES+= feeder_eq_gen.h feeder_rate_gen.h snd_fxdiv_gen.h EXPORT_SYMS= YES # XXX evaluate .if ${MACHINE_CPUARCH} != "i386" && ${MACHINE_CPUARCH} != "amd64" && \ - ${MACHINE_CPUARCH} != "ia64" && ${MACHINE_CPUARCH} != "pc98" + ${MACHINE_CPUARCH} != "pc98" # Create an empty opt_isa.h in order to keep kmod.mk from linking in an # existing one from KERNBUILDDIR which possibly has DEV_ISA defined so # sound.ko is always built without isadma support. |
