From 74a2102e1fcf15097878449cd2989b5facd9b956 Mon Sep 17 00:00:00 2001 From: Johnathan Mantey Date: Thu, 13 Dec 2018 13:17:56 -0800 Subject: IPMI channel to NIC device mapping modified within JSON config file The IPMI to NIC channel mapping was done using a hard coded scheme. The scheme used generic channel names which were then mapped to specific device names. The hard coded generic to specific naming convention is removed, and the JSON file contains the device name directly. Change-Id: Ibc6821cae5a26f2666467aba5346d364053f2582 Signed-off-by: Johnathan Mantey --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 48aa48f..738092c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -99,6 +99,7 @@ XFAIL_TESTS = TESTS = $(check_PROGRAMS) +libipmi20_la_LIBADD = user_channel/libuserlayer.la libipmi20_la_LDFLAGS = \ $(SYSTEMD_LIBS) \ $(libmapper_LIBS) \ -- cgit v1.2.1