]> www.infradead.org Git - users/jedix/linux-maple.git/commit
i2c: Use *-y instead of *-objs in Makefile
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 18 Oct 2024 15:03:37 +0000 (18:03 +0300)
committerWolfram Sang <wsa+renesas@sang-engineering.com>
Mon, 4 Nov 2024 11:01:51 +0000 (13:01 +0200)
commit6fc0ce1d329ca8f24237e5fd9572699f961bf8b5
tree055375551e9c97fd48fe598fea0a4111bf49433b
parent3b2af08fadc4c931d3014e03804bf21afbcaa666
i2c: 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>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
drivers/i2c/Makefile