aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Ambrisko <ambrisko@FreeBSD.org>2006-01-25 18:11:59 +0000
committerDoug Ambrisko <ambrisko@FreeBSD.org>2006-01-25 18:11:59 +0000
commitccaf930cfdf10243e63b417fc08bc3d0193be884 (patch)
treebee7930a42248f5790c8d46f28caf409524a61f3
parentdeb3633dface18fe96e6d5bb3db398303d5aff10 (diff)
Notes
-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 53045c8bb2ce..c87f9681cdd1 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