summaryrefslogtreecommitdiffstats
path: root/src/build/buildInfo.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/buildInfo.py')
-rwxr-xr-xsrc/build/buildInfo.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/build/buildInfo.py b/src/build/buildInfo.py
index f7b109e4..4350e682 100755
--- a/src/build/buildInfo.py
+++ b/src/build/buildInfo.py
@@ -7,6 +7,7 @@
# OpenPOWER sbe Project
#
# Contributors Listed Below - COPYRIGHT 2016
+# [+] International Business Machines Corp.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -26,7 +27,7 @@
# This script will create header file sbe_build_info.H which will have
# buld information required by SBE code.
import os
-buildInfoFileName = "sbe_build_info.H"
+buildInfoFileName = "../../obj/genfiles/sbe_build_info.H"
def buildInfo():
header = \
OpenPOWER on IntegriCloud