From fef0295a8d87754e491dcf133ea927b5c4d56303 Mon Sep 17 00:00:00 2001 From: Brandon Wyman Date: Fri, 31 Mar 2017 18:13:21 -0500 Subject: Fill in shell functions/files for cooling type. Change-Id: I8d18d3141e955adeffdd8122ebb17549c88edd77 Signed-off-by: Brandon Wyman --- cooling-type/Makefile.am | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 cooling-type/Makefile.am (limited to 'cooling-type/Makefile.am') diff --git a/cooling-type/Makefile.am b/cooling-type/Makefile.am new file mode 100644 index 0000000..8be1c3e --- /dev/null +++ b/cooling-type/Makefile.am @@ -0,0 +1,13 @@ +AM_DEFAULT_SOURCE_EXT = .cpp + +sbin_PROGRAMS = \ + phosphor-cooling-type + +phosphor_cooling_type_SOURCES = \ + main.cpp \ + argument.cpp \ + cooling_type.cpp + +phosphor_cooling_type_LDADD = $(SDBUSPLUS_LIBS) + +# vim: tabstop=8 noexpandtab -- cgit v1.2.1