life_mngr: Makefile: Use sysconfdir

Tracked-On: #6688
Signed-off-by: Helmut Buchsbaum <helmut.buchsbaum@opensource.tttech-industrial.com>
This commit is contained in:
Helmut Buchsbaum 2022-05-03 11:45:31 +02:00 committed by acrnsi-robot
parent ea96fb907c
commit 5dbf09daef

View File

@ -41,7 +41,7 @@ LIFEMNGR_LDFLAGS += $(LDFLAGS)
# set cross compiler for Windows
MINGWIN_CC := x86_64-w64-mingw32-gcc
CONF_DIR = /etc/life_mngr
CONF_DIR = $(sysconfdir)/life_mngr
LM_C_SRCS += monitor.c
LM_C_SRCS += command.c
LM_C_SRCS += uart_channel.c