#!/usr/bin/make -f

%:
	dh $@

# dh_installsystemd only picks up units named after the package; these units
# need an explicit --name to be installed and enabled.
override_dh_installsystemd:
	dh_installsystemd --name=renesas-xhci-rebind
	dh_installsystemd --name=remoteproc-boot
	dh_installsystemd --name=var-usbfw
