Skip to content

Commit

Permalink
Fix compile error of igb_uio.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfb8856606 committed Sep 6, 2022
1 parent de0896f commit 4928c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpdk/kernel/linux/igb_uio/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mkfile = custom_target('igb_uio_makefile',
custom_target('igb_uio',
input: ['igb_uio.c', 'Kbuild'],
output: 'igb_uio.ko',
command: ['make', '-C', kernel_build_dir + '/build',
command: ['make', '-C', kernel_build_dir,
'M=' + meson.current_build_dir(),
'src=' + meson.current_source_dir(),
'EXTRA_CFLAGS=-I' + meson.current_source_dir() +
Expand Down

0 comments on commit 4928c63

Please sign in to comment.