]> git.proxmox.com Git - proxmox-kernel-helper.git/blobdiff - Makefile
bump version to 7.2-8
[proxmox-kernel-helper.git] / Makefile
index 70754aec25ad913df03e4faea360301bde45334b..6bff73c8c296772ebb5ebd7edc1beb3cdb29b53a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 include /usr/share/dpkg/pkg-info.mk
 
-export KERNEL_VER=5.4
-export KERNEL_ABI=5.4.65-1-pve
+export KERNEL_VER=5.15
+export KERNEL_ABI=5.15.39-3-pve
 
 GITVERSION:=$(shell git rev-parse HEAD)
 
@@ -13,7 +13,7 @@ BUILD_DIR=build
 
 DEBS=${KERNEL_DEB} ${HEADERS_DEB} ${HELPER_DEB}
 
-SUBDIRS = efiboot bin
+SUBDIRS = proxmox-boot bin
 
 .PHONY: all
 all: ${SUBDIRS}
@@ -38,7 +38,7 @@ install: ${SUBDIRS}
 
 .PHONY: upload
 upload: ${DEBS}
-       tar cf - ${DEBS}|ssh repoman@repo.proxmox.com -- upload --product pve,pmg --dist buster
+       tar cf - ${DEBS}|ssh repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist bullseye
 
 .PHONY: clean distclean
 distclean: clean