#!/usr/bin/make -f

DH_VERBOSE=1

%:
	dh $@

override_dh_auto_install:
	dh_auto_install -- prefix=/usr/lib/arm-none-eabi

override_dh_auto_test:
	echo 'no tests needed'

override_dh_strip:
	echo 'no stripping needed'