mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:46:16 +00:00
fb54ea1ee8
*-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. Link: https://lkml.kernel.org/r/20240821155140.611514-1-andriy.shevchenko@linux.intel.com Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Florian Fainelli <florian.fainelli@broadcom.com> Reviewed-by: Alexander Lobakin <aleksander.lobakin@intel.com> Cc: Rasmus Villemoes <linux@rasmusvillemoes.dk> Cc: Tal Gilboa <talgi@nvidia.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
8 lines
121 B
Makefile
8 lines
121 B
Makefile
#
|
|
# DIM Dynamic Interrupt Moderation library
|
|
#
|
|
|
|
obj-$(CONFIG_DIMLIB) += dimlib.o
|
|
|
|
dimlib-y := dim.o net_dim.o rdma_dim.o
|