'/../../../lib/librte_eal/common/include',
                'modules'],
        depends: mkfile,
+       install: true,
+       install_dir: kernel_dir + '/../extra/dpdk',
        build_by_default: get_option('enable_kmods'))
 
 option('include_subdir_arch', type: 'string', value: '',
        description: 'subdirectory where to install arch-dependent headers')
 option('kernel_dir', type: 'string', value: '',
-       description: 'path to the kernel for building kernel modules')
+       description: 'path to the kernel for building kernel modules, they will be installed in $DEST_DIR/$kernel_dir/../extra/dpdk')
 option('lib_musdk_dir', type: 'string', value: '',
        description: 'path to the MUSDK library installation directory')
 option('machine', type: 'string', value: 'native',