diff options
| author | MD Danish Anwar <[email protected]> | 2023-10-18 06:49:36 +0000 |
|---|---|---|
| committer | Paolo Abeni <[email protected]> | 2023-10-19 10:39:01 +0000 |
| commit | a602ee3176a81280b829c9f0cf259450f7982168 (patch) | |
| tree | 6cc46033c199c2cf5fcf2960097b83eb9cd3a487 /net/lapb/lapb_subr.c | |
| parent | Merge tag 'nf-23-10-18' of https://git.kernel.org/pub/scm/linux/kernel/git/ne... (diff) | |
| download | kernel-a602ee3176a81280b829c9f0cf259450f7982168.tar.gz kernel-a602ee3176a81280b829c9f0cf259450f7982168.zip | |
net: ethernet: ti: Fix mixed module-builtin object
With CONFIG_TI_K3_AM65_CPSW_NUSS=y and CONFIG_TI_ICSSG_PRUETH=m,
k3-cppi-desc-pool.o is linked to a module and also to vmlinux even though
the expected CFLAGS are different between builtins and modules.
The build system is complaining about the following:
k3-cppi-desc-pool.o is added to multiple modules: icssg-prueth
ti-am65-cpsw-nuss
Introduce the new module, k3-cppi-desc-pool, to provide the common
functions to ti-am65-cpsw-nuss and icssg-prueth.
Fixes: 128d5874c082 ("net: ti: icssg-prueth: Add ICSSG ethernet driver")
Signed-off-by: MD Danish Anwar <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Paolo Abeni <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions
