From ccaf930cfdf10243e63b417fc08bc3d0193be884 Mon Sep 17 00:00:00 2001 From: Doug Ambrisko Date: Wed, 25 Jan 2006 18:11:59 +0000 Subject: [PATCH] Tie the amr_linux module into the build for i386 & amd64 --- sys/modules/amr/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/modules/amr/Makefile b/sys/modules/amr/Makefile index 53045c8bb2c..c87f9681cdd 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