summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorAndrew Geissler <andrewg@us.ibm.com>2016-11-21 13:13:24 -0600
committerAndrew Geissler <andrewg@us.ibm.com>2016-11-22 10:02:58 -0600
commit33ff62a2186f517988b66d1a77aee413904ef2ce (patch)
treebce57f8096996c5987bde393f17ef2b50c4cd0ed /Makefile.am
parent5e81bfb45a4972141f17b46df52192004f5e934c (diff)
downloadphosphor-logging-33ff62a2186f517988b66d1a77aee413904ef2ce.tar.gz
phosphor-logging-33ff62a2186f517988b66d1a77aee413904ef2ce.zip
Move the phosphor logging example yaml into sub directory
The real yaml will be defined in the phosphor-dbus-interfaces repo. This one will be an example one and used for testing. Future commits will refactor it to separate the error def from the meta data. Change-Id: Id05f935cbc24fb030e2ba378423ef3261bf5f7fb Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 4a34477..9166164 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,7 +16,7 @@ CLEANFILES=elog-gen.hpp
# systemd required for journal interfaces
logging_test_LDFLAGS = $(SYSTEMD_LIBS)
-ELOG_YAML ?= ${abs_srcdir}/elog.yaml
+ELOG_YAML ?= ${abs_srcdir}/tools/example/xyz/openbmc_project/Example/Elog.errors.yaml
ELOG_MAKO ?= ${abs_srcdir}/tools/phosphor-logging/templates/elog-gen-template.mako.hpp
REQ_FILES_TO_GEN ?= ${abs_srcdir}/tools/elog-gen.py $(ELOG_YAML) $(ELOG_MAKO)
OpenPOWER on IntegriCloud