[dpdk-users] How to customize the files in DPDK installed dir?

Thomas Monjalon thomas at monjalon.net
Tue Sep 12 22:19:13 CEST 2017


12/09/2017 03:53, Yan, Liming (NSB - CN/Hangzhou):
> Hi,
>  I have a question about DPDK installation.   Could anyone please help me?   Thanks.
> After I run command 'make install T=${RTE_TARGET} DESTDIR=/work/dpdk1705/install', all files are installed in /work/dpdk1705/install as following.   But if I don't need the 'share/dpdk/examples', how can I remove it?   I didn't find the place where I can change this.    Changing dpdk.spec seems does not take effect.

See this file:
	http://dpdk.org/browse/dpdk/tree/mk/rte.sdkinstall.mk

Examples are part of install-doc which is part of "make install".

Note: you probably do not want to use T= with install.
See also "make help"


More information about the users mailing list