Skip to content

Commit

Permalink
app/bbdev: fix link with NXP LA12XX
Browse files Browse the repository at this point in the history
The LA12XX driver was not linked to the dpdk-test-bbdev tool because of
what looks like a rebase issue.

Fixes: 2b50472 ("app/bbdev: enable la12xx")
Cc: [email protected]

Signed-off-by: David Marchand <[email protected]>
Acked-by: Nicolas Chautru <[email protected]>
Acked-by: Hemant Agrawal <[email protected]>
Reviewed-by: Maxime Coquelin <[email protected]>
  • Loading branch information
david-marchand authored and mcoquelin committed Oct 12, 2023
1 parent 4e33a03 commit 77f9137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/test-bbdev/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ endif
if dpdk_conf.has('RTE_BASEBAND_ACC')
deps += ['baseband_acc']
endif
if dpdk_conf.has('RTE_LIBRTE_PMD_BBDEV_LA12XX')
if dpdk_conf.has('RTE_BASEBAND_LA12XX')
deps += ['baseband_la12xx']
endif

0 comments on commit 77f9137

Please sign in to comment.