]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mtd: physmap: Use *-y instead of *-objs in Makefile
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 8 May 2024 15:11:53 +0000 (18:11 +0300)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 27 May 2024 11:39:53 +0000 (13:39 +0200)
commitcf4ccd1c029e60bae787a9c8f75623b37ec2a558
tree77d5ec8036f1051902afaf0677d562b9aaba13ba
parent5350f6ec55df381cd99db2a6bde283328fb3f75a
mtd: physmap: 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: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20240508151222.1443491-1-andriy.shevchenko@linux.intel.com
drivers/mtd/maps/Makefile