]> git.proxmox.com Git - pve-kernel-meta.git/commitdiff
buildsys: minor cleanups
authorStoiko Ivanov <s.ivanov@proxmox.com>
Wed, 10 Jul 2019 15:05:04 +0000 (17:05 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 10 Jul 2019 18:17:53 +0000 (20:17 +0200)
Makefile

index 64d98db6bf9de4337712471fac3c7e68eeeb4ecc..d432599c7e7d2c661a3dc4ca00872b404c48a11d 100644 (file)
--- a/Makefile
+++ b/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}