git: 455dff72fcc2 - main - hpt27xx: Use EXTRA_OBJS instead of OBJS

Shawn Webb shawn.webb at hardenedbsd.org
Thu Jun 3 13:10:28 UTC 2021


On Wed, Jun 02, 2021 at 04:40:08PM +0000, Warner Losh wrote:
> The branch main has been updated by imp:
> 
> URL: https://cgit.FreeBSD.org/src/commit/?id=455dff72fcc260f758964d61f67dd1ba79e4889d
> 
> commit 455dff72fcc260f758964d61f67dd1ba79e4889d
> Author:     Warner Losh <imp at FreeBSD.org>
> AuthorDate: 2021-06-02 16:35:12 +0000
> Commit:     Warner Losh <imp at 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

Hey Warner,

There's something about this change that breaks buildkernel:

make[4]: make[4]: don't know how to make /usr/src/sys/dev/hptrr/amd64-elf.hptrr_lib.o. Stop
`/usr/src/sys/dev/hptrr/amd64-elf.hptrr_lib.o' was not built (being made, type OP_DEPS_FOUND|OP_MARK, flags REMAKE|DONE_WAIT|DONE_ALLSRC|DONECYCLE)!

Thanks,

-- 
Shawn Webb
Cofounder / Security Engineer
HardenedBSD

https://git.hardenedbsd.org/hardenedbsd/pubkeys/-/raw/master/Shawn_Webb/03A4CBEBB82EA5A67D9F3853FF2E67A277F8E1FA.pub.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/dev-commits-src-main/attachments/20210603/ac28288f/attachment.sig>


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