summaryrefslogtreecommitdiff
path: root/debian/dkms.conf.in
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-03-30 17:35:18 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2013-03-30 17:35:18 +0200
commit17c2f0dc0ca55e254fcd7829489757568b3225e7 (patch)
tree25b11e1b39d626151123a16f16f4b4ca38761609 /debian/dkms.conf.in
Imported Upstream version 5.13.0HEADupstream/5.13.0master
Diffstat (limited to 'debian/dkms.conf.in')
-rw-r--r--debian/dkms.conf.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/dkms.conf.in b/debian/dkms.conf.in
new file mode 100644
index 0000000..5cb51e5
--- /dev/null
+++ b/debian/dkms.conf.in
@@ -0,0 +1,7 @@
+PACKAGE_NAME="gator-module"
+PACKAGE_VERSION="__VERSION__"
+MAKE[0]="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build"
+CLEAN="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build clean"
+BUILT_MODULE_NAME[0]="gator"
+DEST_MODULE_LOCATION[0]="/extra"
+AUTOINSTALL=yes