From 7d052c4a68df8aa5010e240db311674a32f837c2 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Sat, 13 Aug 2016 12:58:30 +0100 Subject: Add optional binary kernel modules package Add optional binary kernel modules package, disabled by default (build with DEB_BUILD_OPTIONS=kernel_modules to enable). If enabled will build kernel modules against the local, current kernel version (override by adding ksrc= to DEB_BUILD_OPTIONS) into a dpdk-modules- package. Useful for downstream projects that ship a complete ISO, where it is not desirable to include a whole building environment for DKMS packages. Change-Id: I7e0ab239eaf08da71f9d58d60e32abf7cd42bec4 Signed-off-by: Luca Boccassi --- debian/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'debian/.gitignore') diff --git a/debian/.gitignore b/debian/.gitignore index 47f48539..4c32c181 100644 --- a/debian/.gitignore +++ b/debian/.gitignore @@ -5,9 +5,12 @@ *.prerm.debhelper *.dkms.debhelper build/ +control.modules +control.orig dpdk-dev/ dpdk-doc/ dpdk-igb-uio-dkms/ +dpdk-modules-*/ dpdk-rte-kni-dkms/ dpdk/ files @@ -56,3 +59,4 @@ librte-sched1/ librte-table2/ librte-timer1/ librte-vhost3/ +VERSION -- cgit 1.2.3-korg