#!/usr/bin/make -f

DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)

%:
	dh $@

override_dh_auto_configure:
	# give user-writable path to dump firmware (not used)
	dh_auto_configure -- --prefix=/usr \
	--with-firmware=/tmp/asihpi/firmware \
	--disable-kernel-compile

