blob: 57c0e2ca8e3de55a9bae256b5cc87868e77e3925 [file] [log] [blame]
Matt Spinlerf716f322017-02-28 09:37:38 -06001AM_DEFAULT_SOURCE_EXT = .cpp
2
3sbin_PROGRAMS = \
4 openpower-proc-control
5
6openpower_proc_control_SOURCES = \
7 proc_control.cpp \
Matt Spinler0c0eeff2017-02-28 10:06:56 -06008 cfam_access.cpp \
Matt Spinler4e97ebe2017-02-28 10:02:16 -06009 filedescriptor.cpp \
Matt Spinler83e37322017-03-09 11:23:17 -060010 targeting.cpp \
11 procedures/p9/start_host.cpp \
12 procedures/p9/vcs_workaround.cpp
Matt Spinlerf716f322017-02-28 09:37:38 -060013
Matt Spinler2c05aa72017-02-28 09:48:13 -060014openpower_proc_control_LDFLAGS = $(PHOSPHOR_LOGGING_LIBS) -lstdc++fs
Matt Spinlerf716f322017-02-28 09:37:38 -060015openpower_proc_control_CXXFLAGS = $(PHOSPHOR_LOGGING_CFLAGS)
Matt Spinler597e05c2017-02-28 09:59:53 -060016
17SUBDIRS = test