Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jun 2021 16:40:08 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: 455dff72fcc2 - main - hpt27xx: Use EXTRA_OBJS instead of OBJS
Message-ID:  <202106021640.152Ge8SG056952@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=455dff72fcc260f758964d61f67dd1ba79e4889d

commit 455dff72fcc260f758964d61f67dd1ba79e4889d
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2021-06-02 16:35:12 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2021-06-02 16:39:58 +0000

    hpt27xx: Use EXTRA_OBJS instead of OBJS
    
    Sponsored by:           Netflix
    Reviewed by:            emaste@
    Differential Revision:  https://reviews.freebsd.org/D30616
---
 sys/modules/hpt27xx/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/modules/hpt27xx/Makefile b/sys/modules/hpt27xx/Makefile
index c0b4d7022033..f81652d2d55a 100644
--- a/sys/modules/hpt27xx/Makefile
+++ b/sys/modules/hpt27xx/Makefile
@@ -6,6 +6,6 @@ KMOD=	hpt27xx
 SRCS=	bus_if.h device_if.h pci_if.h
 SRCS+=	opt_cam.h opt_scsi.h
 SRCS+=	os_bsd.h hpt27xx_os_bsd.c hpt27xx_osm_bsd.c hpt27xx_config.c
-OBJS+=	${HPT27XX}/$(MACHINE_ARCH)-elf.hpt27xx_lib.o
+BLOB_OBJS+=	${HPT27XX}/$(MACHINE_ARCH)-elf.hpt27xx_lib.o
 
 .include <bsd.kmod.mk>



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