]> git.proxmox.com Git - pve-kernel.git/commitdiff
buildsys: add user header package to DEBS variable
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 23 Jun 2021 08:51:13 +0000 (10:51 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 23 Jun 2021 08:51:13 +0000 (10:51 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index a4effbe4c941f226d040c95e504662bcdc33c81a..62565fd3969038ddafa56cc9d3e88fa7ba0bb9e8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -46,9 +46,10 @@ DIRS=KERNEL_SRC ZFSDIR MODULES
 
 DST_DEB=${PACKAGE}_${KERNEL_VER}-${PKGREL}_${ARCH}.deb
 HDR_DEB=${HDRPACKAGE}_${KERNEL_VER}-${PKGREL}_${ARCH}.deb
+USR_HDR_DEB=pve-kernel-libc-dev_${KERNEL_VER}-${PKGREL}_${ARCH}.deb
 LINUX_TOOLS_DEB=linux-tools-$(KERNEL_MAJMIN)_${KERNEL_VER}-${PKGREL}_${ARCH}.deb
 
-DEBS=${DST_DEB} ${HDR_DEB} ${LINUX_TOOLS_DEB}
+DEBS=${DST_DEB} ${HDR_DEB} ${USR_HDR_DEB} ${LINUX_TOOLS_DEB}
 
 all: deb
 deb: ${DEBS}