From 44289f5dad3d327f49d135007f7a23fe8b50585f Mon Sep 17 00:00:00 2001
From: Vivek Kumar Dutta <vivek.dutta@iopsys.eu>
Date: Fri, 17 Jan 2025 12:04:36 +0530
Subject: [PATCH] Fix compilation

---
 src/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile b/src/Makefile
index 3410d21..e888ef9 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -39,7 +39,7 @@ endif
 
 ifeq ($(SYSMNGR_VENDOR_EXTENSIONS),y)
 PROG_CFLAGS += -DSYSMNGR_VENDOR_EXTENSIONS
-ifndef CUSTOM_PREFIX
+ifeq ($(CUSTOM_PREFIX),)
 PROG_CFLAGS += -DCUSTOM_PREFIX=\"X_IOPSYS_EU_\"
 endif
 endif
-- 
GitLab