Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jun 2021 16:40:09 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 22ed04c20391 - main - hptmv: use BLOB_OBJS for pre-built .o's
Message-ID:  <202106021640.152Ge9xD057163@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

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

commit 22ed04c2039191f80f4a871909fbebf6766da5fd
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2021-06-02 16:35:21 +0000
Commit:     Warner Losh <imp@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106021640.152Ge9xD057163>