#!/usr/bin/make -f

%:
	dh $@

override_dh_install:
	make DESTDIR=debian/dahdi-firmware-nonfree hotplug-install

download:
	make all
