Update Makefile

This commit is contained in:
Gregory Lirent 2024-07-02 08:54:07 +03:00
parent 642e6073ae
commit 7f90b04847
Signed by: lirent
GPG Key ID: F616BE337EFFEE77

View File

@ -13,8 +13,8 @@ KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)
EXTRAVERSION=-$(KREL)-pve
KVNAME=$(KERNEL_VER)$(EXTRAVERSION)
PACKAGE=proxmox-kernel-qoup-$(KVNAME)
HDRPACKAGE=proxmox-headers-qoup-$(KVNAME)
PACKAGE=proxmox-kernel-lowlatency-qoup-$(KVNAME)
HDRPACKAGE=proxmox-headers-lowlatency-qoup-$(KVNAME)
ARCH=$(shell dpkg-architecture -qDEB_BUILD_ARCH)