platform/x86: dell: Use *-y instead of *-objs in Makefile
authorKurt Borja <kuurtb@gmail.com>
Fri, 14 Feb 2025 21:45:35 +0000 (16:45 -0500)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Mon, 17 Feb 2025 08:45:43 +0000 (10:45 +0200)
commitc86e269c4da6dca2beaf99bdc6fd9f0a9f69035f
tree2bd3edbbc2ec7d0b7127d8efbac415f5e69b7161
parentd497c47481f8e8f13e3191c9a707ed942d3bb3d7
platform/x86: dell: Use *-y instead of *-objs in Makefile

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

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/20250214214535.4947-1-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/dell/Makefile