summaryrefslogtreecommitdiffstats
path: root/sys/modules/hptmv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/hptmv/Makefile')
-rw-r--r--sys/modules/hptmv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/hptmv/Makefile b/sys/modules/hptmv/Makefile
index 05ceac7..134c207 100644
--- a/sys/modules/hptmv/Makefile
+++ b/sys/modules/hptmv/Makefile
@@ -13,7 +13,7 @@ SRCS+= bus_if.h device_if.h pci_if.h
SRCS+= mv.c entry.c ioctl.c hptproc.c gui_lib.c
OBJS+= hptmvraid.o
-.if $(MACHINE_ARCH) == "amd64"
+.if $(MACHINE_CPUARCH) == "amd64"
HPTMV_RAID_O = amd64-elf.raid.o.uu
.else
HPTMV_RAID_O = i386-elf.raid.o.uu
@@ -48,5 +48,5 @@ DEBUGOPT += -DFOR_DEMO
.endif
CFLAGS = ${DEBUGOPT}
-
+
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud