Skip to content
Snippets Groups Projects

Fix compilation

Merged Vivek Dutta requested to merge custom_prefix into devel
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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
Loading