Author: markj
Date: Wed Oct  9 14:09:57 2019
New Revision: 353346
URL: https://svnweb.freebsd.org/changeset/base/353346

Log:
  MFC r353013:
  Harmonize the hptmv blob's build rule with that of other hpt* drivers.

Modified:
  stable/12/sys/modules/hptmv/Makefile
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/modules/hptmv/Makefile
==============================================================================
--- stable/12/sys/modules/hptmv/Makefile        Wed Oct  9 14:09:25 2019        
(r353345)
+++ stable/12/sys/modules/hptmv/Makefile        Wed Oct  9 14:09:57 2019        
(r353346)
@@ -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:
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to