aboutsummaryrefslogtreecommitdiffstats
path: root/debian/dpdk-igb-uio-dkms.dkms.in
diff options
context:
space:
mode:
Diffstat (limited to 'debian/dpdk-igb-uio-dkms.dkms.in')
-rw-r--r--debian/dpdk-igb-uio-dkms.dkms.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/dpdk-igb-uio-dkms.dkms.in b/debian/dpdk-igb-uio-dkms.dkms.in
new file mode 100644
index 00000000..29ce2425
--- /dev/null
+++ b/debian/dpdk-igb-uio-dkms.dkms.in
@@ -0,0 +1,7 @@
+PACKAGE_NAME="dpdk-igb-uio"
+PACKAGE_VERSION="#MODULE_VERSION#"
+BUILT_MODULE_NAME[0]="igb_uio"
+MAKE="source /usr/share/dpdk/dpdk-sdk-env.sh; make MODULE_CFLAGS='-I/usr/include/@@DEB_HOST_MULTIARCH@@/dpdk -include /usr/include/@@DEB_HOST_MULTIARCH@@/dpdk/rte_config.h -I/usr/include/dpdk -fno-PIE' RTE_KERNELDIR=/lib/modules/${kernelver}/build"
+CLEAN="source /usr/share/dpdk/dpdk-sdk-env.sh; make clean"
+DEST_MODULE_LOCATION[0]="/updates/dkms"
+AUTOINSTALL="YES"