The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=adfe4271248cd5ff6f17e6604da354b1c2f0026c
commit adfe4271248cd5ff6f17e6604da354b1c2f0026c Author: Warner Losh <[email protected]> AuthorDate: 2021-06-02 16:35:26 +0000 Commit: Warner Losh <[email protected]> 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> _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "[email protected]"
