Skip to content

Commit

Permalink
app/bbdev: enable la12xx
Browse files Browse the repository at this point in the history
Enabled NXP la12xx bbdev driver in test bbdev app
for unit testing.

Signed-off-by: Hemant Agrawal <[email protected]>
Acked-by: Akhil Goyal <[email protected]>
Acked-by: Nicolas Chautru <[email protected]>
  • Loading branch information
hemantagr authored and Akhil Goyal committed Oct 18, 2021
1 parent b73d2f3 commit 2b50472
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/test-bbdev/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ endif
if dpdk_conf.has('RTE_BASEBAND_ACC100')
deps += ['baseband_acc100']
endif
if dpdk_conf.has('RTE_LIBRTE_PMD_BBDEV_LA12XX')
deps += ['baseband_la12xx']
endif

0 comments on commit 2b50472

Please sign in to comment.