linux64: improve linux_support.s make rules
authorEd Maste <emaste@FreeBSD.org>
Tue, 19 Jul 2022 20:42:27 +0000 (16:42 -0400)
committerEd Maste <emaste@FreeBSD.org>
Wed, 2 Nov 2022 15:37:43 +0000 (11:37 -0400)
commit35548e48a41e292f373ed5773d9fb802ec263c92
treef8d7ede958584718f445097dfcedf4bf39dcd261
parent798ea06f07778f69297bcb9c88738d115bf0369e
linux64: improve linux_support.s make rules

Previously we relied on the .s.o rule in share/mk/bsd.suffixes.mk to
tell make that linux_support.o is built from linux_support.s, even
though we do not use the .s.o rule to assemble it.

Reviewed by: sjg
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D35864
sys/modules/linux/Makefile
sys/modules/linux64/Makefile