summaryrefslogtreecommitdiffstats
path: root/sys/modules/amr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/amr/Makefile')
-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