override ARCH = x86
override KERNELRELEASE = 6.4.0-3mx-ahs-amd64
CCACHE = ccache
CC = $(if $(DEBIAN_KERNEL_USE_CCACHE),$(CCACHE)) $(CROSS_COMPILE)gcc-10
DEB_BUILD_ARCH ?= $(shell dpkg --print-architecture)
ifneq ($(DEB_BUILD_ARCH),amd64)
override CROSS_COMPILE = x86_64-linux-gnu-
endif
DEBIAN_KERNEL_NO_CC_VERSION_CHECK = y
