From 22ed04c2039191f80f4a871909fbebf6766da5fd Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 2 Jun 2021 10:35:21 -0600 Subject: hptmv: use BLOB_OBJS for pre-built .o's Sponsored by: Netflix --- sys/modules/hptmv/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/hptmv/Makefile b/sys/modules/hptmv/Makefile index 22c011b16a41..5deca85de4de 100644 --- a/sys/modules/hptmv/Makefile +++ b/sys/modules/hptmv/Makefile @@ -11,7 +11,7 @@ KMOD= hptmv SRCS= opt_scsi.h opt_cam.h SRCS+= bus_if.h device_if.h pci_if.h SRCS+= mv.c entry.c ioctl.c hptproc.c gui_lib.c -OBJS+= ${HPTMV}/${MACHINE_CPUARCH}-elf.hptmvraid.o +BLOB_OBJS+= ${HPTMV}/${MACHINE_CPUARCH}-elf.hptmvraid.o # # Debug Options: -- cgit v1.2.3