#!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --parallel DEB_HOST_ARCH=$(shell dpkg-architecture -qDEB_HOST_ARCH) ifeq ($(DEB_HOST_ARCH),armhf) override_dh_auto_configure: dh_auto_configure -- --enable-exynos endif