From 551caa8741ee1d7f96f4444a0969a4c82f5a9077 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Wed, 2 Oct 2019 16:18:50 +0000 Subject: [PATCH] Harmonize the hptmv blob's build rule with that of other hpt* drivers. No functional change intended. Reviewed by: emaste MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D21866 --- sys/modules/hptmv/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/sys/modules/hptmv/Makefile b/sys/modules/hptmv/Makefile index 9b727230d9d..154f4b8b5ab 100644 --- a/sys/modules/hptmv/Makefile +++ b/sys/modules/hptmv/Makefile @@ -13,14 +13,8 @@ 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_CPUARCH) == "amd64" -HPTMV_RAID_O = amd64-elf.raid.o.uu -.else -HPTMV_RAID_O = i386-elf.raid.o.uu -.endif - -hptmvraid.o: ${HPTMV}/$(HPTMV_RAID_O) - uudecode -p < ${HPTMV}/$(HPTMV_RAID_O) > ${.TARGET} +hptmvraid.o: + uudecode -p < ${HPTMV}/${MACHINE_CPUARCH}-elf.raid.o.uu > ${.TARGET} # # Debug Options: