Commit d7422095 authored by Kamal Mostafa's avatar Kamal Mostafa Committed by Kleber Sacilotto de Souza

UBUNTU: SAUCE: linux/dim: avoid library object filename clash

BugLink: https://bugs.launchpad.net/bugs/1852637

Use dimlib.o (vs. dim.o) as the interim library object filename to avoid
a clash with the actual dim.c which manifests as:

make[2]: Circular lib/dim/dim.o <- lib/dim/dim.o dependency dropped.
Signed-off-by: default avatarKamal Mostafa <kamal@canonical.com>
Acked-by: default avatarKhaled Elmously <khalid.elmously@canonical.com>
Acked-by: default avatarAndrea Righi <andrea.righi@canonical.com>
Signed-off-by: default avatarStefan Bader <stefan.bader@canonical.com>
parent 08dd2fd8
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
# DIM Dynamic Interrupt Moderation library # DIM Dynamic Interrupt Moderation library
# #
obj-$(CONFIG_DIMLIB) += dim.o obj-$(CONFIG_DIMLIB) += dimlib.o
dim-y := dim.o net_dim.o rdma_dim.o dimlib-y := dim.o net_dim.o rdma_dim.o
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment