From 70c7197d39a7022917b6ebc85b0e815d8f5bd2b4 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Mon, 28 Feb 2022 13:15:02 -0500 Subject: [PATCH] makefile: initial support for ceph quincy Signed-off-by: John Mulligan --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 15800d9..2f8d1ce 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,9 @@ endif ifeq ($(CEPH_VERSION),pacific) CEPH_TAG := v16 endif +ifeq ($(CEPH_VERSION),quincy) + CEPH_TAG := v17 +endif GO_CMD:=go GOFMT_CMD:=gofmt