Skip to content

Commit

Permalink
dimlib: use *-y instead of *-objs in Makefile
Browse files Browse the repository at this point in the history
*-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/[email protected]
Signed-off-by: Andy Shevchenko <[email protected]>
Acked-by: Florian Fainelli <[email protected]>
Reviewed-by: Alexander Lobakin <[email protected]>
Cc: Rasmus Villemoes <[email protected]>
Cc: Tal Gilboa <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
  • Loading branch information
andy-shev authored and akpm00 committed Sep 2, 2024
1 parent d18e423 commit fb54ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dim/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

obj-$(CONFIG_DIMLIB) += dimlib.o

dimlib-objs := dim.o net_dim.o rdma_dim.o
dimlib-y := dim.o net_dim.o rdma_dim.o

0 comments on commit fb54ea1

Please sign in to comment.