summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorambrisko <ambrisko@FreeBSD.org>2006-01-25 18:11:59 +0000
committerambrisko <ambrisko@FreeBSD.org>2006-01-25 18:11:59 +0000
commit5c81aec3b8a294c04a058575794e7cd8507bc9ad (patch)
treebee7930a42248f5790c8d46f28caf409524a61f3 /sys/modules
parent3f40c02a7b6552238d84c47fd0339b3146b765dc (diff)
downloadFreeBSD-src-5c81aec3b8a294c04a058575794e7cd8507bc9ad.zip
FreeBSD-src-5c81aec3b8a294c04a058575794e7cd8507bc9ad.tar.gz
Tie the amr_linux module into the build for i386 & amd64
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/amr/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/modules/amr/Makefile b/sys/modules/amr/Makefile
index 53045c8..c87f968 100644
--- a/sys/modules/amr/Makefile
+++ b/sys/modules/amr/Makefile
@@ -2,6 +2,10 @@
.PATH: ${.CURDIR}/../../dev/amr
+.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
+SUBDIR= amr_linux
+.endif
+
KMOD= amr
SRCS= amr.c amr_pci.c amr_disk.c device_if.h bus_if.h pci_if.h
OpenPOWER on IntegriCloud