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