Update Makefile

This commit is contained in:
Gregory Lirent 2024-07-02 08:51:48 +03:00
parent 3b923599d9
commit 642e6073ae
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-$(KVNAME)
HDRPACKAGE=proxmox-headers-$(KVNAME)
PACKAGE=proxmox-kernel-qoup-$(KVNAME)
HDRPACKAGE=proxmox-headers-qoup-$(KVNAME)
ARCH=$(shell dpkg-architecture -qDEB_BUILD_ARCH)