diff options
| author | Warner Losh <imp@FreeBSD.org> | 2010-08-23 06:13:29 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2010-08-23 06:13:29 +0000 |
| commit | c09808d0d611d103bece3d41886b87de160900c0 (patch) | |
| tree | dd466dcfdfc46ee58c9cffd158a8267cf4f0db43 /sys/modules/hptmv | |
| parent | 90db41b62bf17f2260ea09d543fedf2f68a33865 (diff) | |
Notes
Diffstat (limited to 'sys/modules/hptmv')
| -rw-r--r-- | sys/modules/hptmv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/hptmv/Makefile b/sys/modules/hptmv/Makefile index 05ceac7bb1f6..134c207020d2 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> |
