summaryrefslogtreecommitdiffstats
path: root/src/build/mkrules/hbfw/fsp/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/mkrules/hbfw/fsp/makefile')
-rwxr-xr-xsrc/build/mkrules/hbfw/fsp/makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/build/mkrules/hbfw/fsp/makefile b/src/build/mkrules/hbfw/fsp/makefile
index 501f9dade..d30f7d4cf 100755
--- a/src/build/mkrules/hbfw/fsp/makefile
+++ b/src/build/mkrules/hbfw/fsp/makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2012,2015
+# Contributors Listed Below - COPYRIGHT 2012,2017
# [+] International Business Machines Corp.
#
#
@@ -32,7 +32,7 @@
# Process the targeting subtree
-.if(${CONTEXT:R} == "ppc")
+.if (${CONTEXT:R} == "ppc")
SETUP_SUBDIRS += targeting
EXPINC_SUBDIRS += targeting hwas pnor plugins
@@ -47,7 +47,7 @@ INCLUDES = hbdescriptor.H \
hbotcompid.H \
hbfw_term_rc.H
-.elseif(${CONTEXT} == "x86.nfp")
+.elseif (${CONTEXT} == "x86.nfp")
# this file is in src/hbfw/fsp in cmvc
.include "makefile.nfp"
OpenPOWER on IntegriCloud