forked from MIrrors/gasket-driver
Change-Id: If6cf050e0b88e8393926a251a2937d9ba4f6e1de Signed-off-by: Leonid Lobachev <leonidl@google.com>
18 lines
339 B
Makefile
Executable File
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: |