platform/x86: amd: Use *-y instead of *-objs in Makefiles
authorKurt Borja <kuurtb@gmail.com>
Tue, 18 Feb 2025 19:41:09 +0000 (14:41 -0500)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Mon, 24 Feb 2025 15:15:02 +0000 (17:15 +0200)
commitcfba129ad2775b6ed1f209367905ddb8c9964bf5
treea9b74955382a9789cf4b3f82fb95e122e897c409
parent363171c96a15f558cd622e10ea100c505132f7b8
platform/x86: amd: Use *-y instead of *-objs in Makefiles

The `objs` suffix is reserved for user-space tools. Use the `y` suffix
instead, which is usually used for kernel drivers.

While at it, fix alignment in AMD PMC and PMF Makefiles.

Suggested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Kurt Borja <kuurtb@gmail.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20250218194113.26589-3-kuurtb@gmail.com
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/platform/x86/amd/Makefile
drivers/platform/x86/amd/hsmp/Makefile
drivers/platform/x86/amd/pmc/Makefile
drivers/platform/x86/amd/pmf/Makefile