mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-20 20:53:46 +00:00
life_mngr: Makefile: Use sysconfdir
Tracked-On: #6688 Signed-off-by: Helmut Buchsbaum <helmut.buchsbaum@opensource.tttech-industrial.com>
This commit is contained in:
parent
ea96fb907c
commit
5dbf09daef
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user