From c0b0d1034618778bbed66a222b4d9eaabda550ba Mon Sep 17 00:00:00 2001 From: Michael Zillgith Date: Tue, 1 Oct 2024 12:18:53 +0100 Subject: [PATCH] - fixed bug in Makefile --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 070efc94..a7fef22a 100644 --- a/Makefile +++ b/Makefile @@ -89,8 +89,6 @@ CFLAGS += -D'CONFIG_IEC61850_R_GOOSE=1' CFLAGS += -D'CONFIG_IEC61850_R_SMV=1' endif -LIB_INCLUDE_DIRS += src/logging/drivers/sqlite/log_storage_sqlite.c - LIB_INCLUDES = $(addprefix -I,$(LIB_INCLUDE_DIRS)) ifndef INSTALL_PREFIX