mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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
This commit is contained in:
parent
e7a71e6d1b
commit
551caa8741
1 changed files with 2 additions and 8 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue