Date: Thu, 3 Jun 2021 09:10:25 -0400 From: Shawn Webb <shawn.webb@hardenedbsd.org> To: Warner Losh <imp@FreeBSD.org> Cc: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: 455dff72fcc2 - main - hpt27xx: Use EXTRA_OBJS instead of OBJS Message-ID: <20210603131025.sncyft4fq3ip7wiu@mutt-hbsd> In-Reply-To: <202106021640.152Ge8SG056952@gitrepo.freebsd.org> References: <202106021640.152Ge8SG056952@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--h7enesqcwlgcuumg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jun 02, 2021 at 04:40:08PM +0000, Warner Losh wrote: > The branch main has been updated by imp: >=20 > URL: https://cgit.FreeBSD.org/src/commit/?id=3D455dff72fcc260f758964d61f6= 7dd1ba79e4889d >=20 > 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 >=20 > hpt27xx: Use EXTRA_OBJS instead of OBJS > =20 > 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(-) >=20 > 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=3D hpt27xx > SRCS=3D bus_if.h device_if.h pci_if.h > SRCS+=3D opt_cam.h opt_scsi.h > SRCS+=3D os_bsd.h hpt27xx_os_bsd.c hpt27xx_osm_bsd.c hpt27xx_config.c > -OBJS+=3D ${HPT27XX}/$(MACHINE_ARCH)-elf.hpt27xx_lib.o > +BLOB_OBJS+=3D ${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.h= ptrr_lib.o. Stop `/usr/src/sys/dev/hptrr/amd64-elf.hptrr_lib.o' was not built (being made, t= ype OP_DEPS_FOUND|OP_MARK, flags REMAKE|DONE_WAIT|DONE_ALLSRC|DONECYCLE)! Thanks, --=20 Shawn Webb Cofounder / Security Engineer HardenedBSD https://git.hardenedbsd.org/hardenedbsd/pubkeys/-/raw/master/Shawn_Webb/03A= 4CBEBB82EA5A67D9F3853FF2E67A277F8E1FA.pub.asc --h7enesqcwlgcuumg Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEA6TL67gupaZ9nzhT/y5nonf44foFAmC41L4ACgkQ/y5nonf4 4fpTpg/9Fp2TB2l3XDPZSyeHm+ya6Xm7vECjUEcezBWiPWkOWBC/Nw4SMhFoJRNu jWeLVXmWLaOqjcjc3dwaJoo3NMHi122ETmW9HikrHHPvycVrRhWTbQ2jK3cRL6Rl d0mbdt3ZJdzjzSwwKwCD5BHpn6tzUbIlnM6xe6J6PVyneawzu1X6dbOyJVV7OZoy 66GqZfbxY8EyVD6B8Xq+gNWRXFSI9yG54MUJdE0THm93oq9PQ8sti44A85mMbcaT V23n8M8b/3ldwQMOBu2gGcThMhTMLEvr3KFKuvWh63ZEZ8nNaj5Ai12gmHQ1TYtc tJFKmAQ+EFsg4Abfz5X3WW5u2O3uqIB8iY7sImvdR24ZGzB1TaAhx5h/gCIAn8xp rXIJ29sltja7V4W9lDEIfUDDeLmddxo8jrk7y6ffoWgyxxCSEox5l3vu9Jpa5ofu 3yCQzwFnKwDfVXRXD0DrNdnvlAmEauMArWTPrUH6K8eM9lQn5AqG5Xb2ynBlD1Fm yPbMdeVMHB34VjMwJsSzlsgKGZqqAtIWsFL8JUll/FmvvCi4XEOSRe8KKAVunh4J p7suyfUfIqJw4ulhIh/Pl9puFbx9EEVgEJxUyMNg3+RI5RcO2EsKhOwjF64CLG4A u31VL1cPvsrDEkMpFkZ25FDQXVYpmrfE/jaLs/h1hWrNI2HWtus= =wEka -----END PGP SIGNATURE----- --h7enesqcwlgcuumg--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20210603131025.sncyft4fq3ip7wiu>