mirror of
https://git.proxmox.com/git/pve-kernel-meta
synced 2025-08-06 17:46:36 +00:00
buildsys: minor cleanups
This commit is contained in:
parent
c657cb3523
commit
050577f6b6
4
Makefile
4
Makefile
@ -3,8 +3,6 @@ include /usr/share/dpkg/pkg-info.mk
|
||||
export KERNEL_VER=5.0
|
||||
export KERNEL_ABI=5.0.15-1-pve
|
||||
|
||||
PACKAGE=pve-kernel-${KERNEL_VER}
|
||||
|
||||
GITVERSION:=$(shell git rev-parse HEAD)
|
||||
|
||||
KERNEL_DEB=pve-kernel-${KERNEL_VER}_${DEB_VERSION_UPSTREAM_REVISION}_all.deb
|
||||
@ -15,6 +13,8 @@ BUILD_DIR=build
|
||||
DEBS=${KERNEL_DEB} ${HEADERS_DEB}
|
||||
|
||||
all: deb
|
||||
|
||||
.PHONY: deb
|
||||
deb: ${DEBS}
|
||||
|
||||
${HEADERS_DEB}: ${KERNEL_DEB}
|
||||
|
Loading…
Reference in New Issue
Block a user