]> git.proxmox.com Git - pve-kernel.git/blobdiff - Makefile
build: add pmg to upload target
[pve-kernel.git] / Makefile
index 71a372b6aad2f3c8951fd46b66842562281adb21..776ce351318e06f2a082ec783682a8816449d6c7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -146,7 +146,7 @@ $(ZFSDIR).prepared: ${ZFSSRC}
 
 .PHONY: upload
 upload: ${DEBS}
-       tar cf - ${DEBS}|ssh repoman@repo.proxmox.com -- upload --product pve --dist stretch --arch ${ARCH}
+       tar cf - ${DEBS}|ssh repoman@repo.proxmox.com -- upload --product pve,pmg --dist stretch --arch ${ARCH}
 
 .PHONY: distclean
 distclean: clean
@@ -170,7 +170,3 @@ submodule:
 .PHONY: clean
 clean:
        rm -rf *~ build *.prepared ${KERNEL_CFG_ORG}
-
-
-
-