aboutsummaryrefslogtreecommitdiffstats
path: root/debian/dpdk-igb-uio-dkms.dkms
AgeCommit message (Collapse)AuthorFilesLines
2017-08-03Use arch-dependent include directory in DKMS confsLuca Boccassi1-7/+0
Generate them at build time to substitute the right directory per architecture to fix the build. Change-Id: Ib6ba0820a27a4cc38d5e11dc94d35f1adece1453 Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
2016-11-10Use -fno-PIE when building kernel modulesLuca Boccassi1-1/+1
In Debian 9 -fPIE is now default, which causes build failures when building kernel modules. Pass -fno-PIE to fix it. Change-Id: Ib9187ef6ed72bd25b92fb9f449a9435fcc5cc6cf Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
2016-11-10DKMS: build against the requested kernelLuca Boccassi1-1/+1
Currently DKMS builds the modules against the running kernel. Pass RTE_KERNELDIR to the make call, using the DKMS-provided ${kernelver} variable. Change-Id: I33b1d06b6f862fa9dd58a2a96898621ed547e3ba Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
2016-06-15Merge Ubuntu DPDK packaging as of 15th June 2016Christian Ehrhardt1-0/+7
As discussed this shall be our initial baseline. If history is needed for any sort of debugging or analysis it can be found at https://code.launchpad.net/~ubuntu-server/dpdk/+git/dpdk Change-Id: Ie95c7effbbea34d723df14f6451c1f782000cbc1 Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>