From ce787539b1f69c597838e5dd725a8b7f3b0cc9ce Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 17 Jan 2025 17:01:43 +0100 Subject: [PATCH] buildsys: add PDM to upload target Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8c40842..52e8990 100644 --- a/Makefile +++ b/Makefile @@ -78,7 +78,7 @@ submodule dvb-firmware.git/README linux-firmware.git/WHENCE: .PHONY: upload upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION) upload: $(DEBS) - tar cf - $(DEBS) | ssh repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist $(UPLOAD_DIST) + tar cf - $(DEBS) | ssh repoman@repo.proxmox.com -- upload --product pve,pmg,pbs,pdm --dist $(UPLOAD_DIST) .PHONY: clean clean: