dpdk: install files in the standard layout

This commit is contained in:
Orivej Desh
2018-05-21 01:04:31 +00:00
parent 345f4639d6
commit ed465dc7de
3 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ EOF
installTargets = [ "install-runtime" "install-sdk" "install-kmod" ]; # skip install-doc
installFlags = [
"prefix=$(out)" "datadir=$(out)" "includedir=$(out)/include"
"prefix=$(out)"
] ++ lib.optionals mod [
"kerneldir=$(kmod)/lib/modules/${kver}"
];