summaryrefslogtreecommitdiff
path: root/tools/gator/debian/rules
blob: 4022894f0e5a35997ff9cacc6fb7d3997b43c58c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

DEB_HOST_GNU_TYPE  = $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE = $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)

ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
	CROSS_COMPILE ?= $(DEB_HOST_GNU_TYPE)-
endif

export CROSS_COMPILE

export DH_OPTIONS

%:
	dh $@ --with dkms