git: 22ed04c20391 - main - hptmv: use BLOB_OBJS for pre-built .o's

Warner Losh imp at FreeBSD.org
Wed Jun 2 16:40:10 UTC 2021


The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=22ed04c2039191f80f4a871909fbebf6766da5fd

commit 22ed04c2039191f80f4a871909fbebf6766da5fd
Author:     Warner Losh <imp at FreeBSD.org>
AuthorDate: 2021-06-02 16:35:21 +0000
Commit:     Warner Losh <imp at FreeBSD.org>
CommitDate: 2021-06-02 16:39:58 +0000

    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:


More information about the dev-commits-src-all mailing list