]> www.infradead.org Git - users/dwmw2/linux.git/commit
xen/xenbus: Use *-y instead of *-objs in Makefile
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 8 May 2024 15:26:47 +0000 (18:26 +0300)
committerJuergen Gross <jgross@suse.com>
Fri, 17 May 2024 10:14:13 +0000 (12:14 +0200)
commit89af61fb8f0f96646e1462246a825c1268ba70ba
tree78b4748375a00fe6d1c4640b2faab4c2a04e9e99
parenta6aa4eb994ee9ced905743817c5de8451d26b911
xen/xenbus: 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>
Acked-by: Juergen Gross <jgross@suse.com>
Link: https://lore.kernel.org/r/20240508152658.1445809-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Juergen Gross <jgross@suse.com>
drivers/xen/xenbus/Makefile