]> www.infradead.org Git - users/jedix/linux-maple.git/commit
lockd: Use *-y instead of *-objs in Makefile
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 8 May 2024 15:19:38 +0000 (18:19 +0300)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 8 Jul 2024 18:10:03 +0000 (14:10 -0400)
commite5d85ec52b1158ea6ea4834e5372bd7ba5862ffa
treedd9897d6edab92e2d4f85dc5d6a0fe76f7cfd7bf
parent18a5450684c312e98eb2253f0acf88b3f780af20
lockd: Use *-y instead of *-objs in Makefile

*-objs suffix is reserved rather for (user-space) host programs while
usually *-y suffix is used for kernel drivers (although *-objs works
for that purpose for now).

Let's correct the old usages of *-objs in Makefiles.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Benjamin Coddington <bcodding@redhat.com>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
fs/lockd/Makefile