git: adfe4271248c - main - hptnr: use BLOB_OBJS for pre-built .o's

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


The branch main has been updated by imp:

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

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

    hptnr: use BLOB_OBJS for pre-built .o's
    
    Sponsored by:           Netflix
---
 sys/modules/hptnr/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/modules/hptnr/Makefile b/sys/modules/hptnr/Makefile
index c37bb182f49a..95f106e6a44e 100644
--- a/sys/modules/hptnr/Makefile
+++ b/sys/modules/hptnr/Makefile
@@ -6,6 +6,6 @@ KMOD=	hptnr
 SRCS=	bus_if.h device_if.h pci_if.h
 SRCS+=	opt_cam.h opt_scsi.h
 SRCS+=	os_bsd.h hptnr_os_bsd.c hptnr_osm_bsd.c hptnr_config.c
-OBJS+=	${HPTNR}/${MACHINE_ARCH}-elf.hptnr_lib.o
+BLOB_OBJS+=	${HPTNR}/${MACHINE_ARCH}-elf.hptnr_lib.o
 
 .include <bsd.kmod.mk>


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