Files
Leonid Lobachev 61bcd59bab Add dkms wrapper for gasket driver
Change-Id: If6cf050e0b88e8393926a251a2937d9ba4f6e1de
Signed-off-by: Leonid Lobachev <leonidl@google.com>
2021-06-03 10:03:45 -07:00

18 lines
339 B
Makefile
Executable File

#!/usr/bin/make -f
include /usr/share/dpkg/pkg-info.mk
%:
dh $@ --with dkms
override_dh_install:
dh_install src/* usr/src/gasket-$(DEB_VERSION_UPSTREAM)/
override_dh_dkms:
dh_dkms -V $(DEB_VERSION_UPSTREAM)
override_dh_auto_configure:
override_dh_auto_build:
override_dh_auto_test:
override_dh_auto_install:
override_dh_auto_clean: