override ARCH = x86
override KERNELRELEASE = 6.6.8-amd64
CCACHE = ccache
CC = $(if $(DEBIAN_KERNEL_USE_CCACHE),$(CCACHE)) $(CROSS_COMPILE)gcc-12
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
