From 7506a7aa53d239f533af3bc768f0d2af55e735fe Mon Sep 17 00:00:00 2001 From: yidong0635 Date: Fri, 20 May 2022 11:27:16 +0800 Subject: [PATCH] isalbuild: Fix highlight context in Makefile. Here should be tab. Though it doesn't impact on the result. But it's a fault. Signed-off-by: yidong0635 Change-Id: I0f127c6210c4e801adb8b1cb8fadc1d4554b99a4 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/12752 Community-CI: Broadcom CI Community-CI: Mellanox Build Bot Reviewed-by: Changpeng Liu Reviewed-by: GangCao Reviewed-by: Konrad Sztyber Reviewed-by: Aleksey Marchuk Tested-by: SPDK CI Jenkins --- isalbuild/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isalbuild/Makefile b/isalbuild/Makefile index e88d401f4..0bc9585a0 100644 --- a/isalbuild/Makefile +++ b/isalbuild/Makefile @@ -52,7 +52,7 @@ all: $(ISAL_DIR)/isa-l install: all uninstall: - @: + @: clean: $(Q)$(MAKE) -C $(SPDK_ROOT_DIR)/isa-l clean $(REDIRECT)