summaryrefslogtreecommitdiffstats
path: root/src/usr/vpd/makefile
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2017-11-13 13:50:04 -0600
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2017-11-15 11:46:22 -0500
commit9a2e268f1799061d8eedaadd4aedc7c54cc6589e (patch)
treec6af77ebb31d65b07298937cc663e25096a4bf8e /src/usr/vpd/makefile
parent2727e5272f139b10682a54a9b7503eb9c4164249 (diff)
downloadtalos-hostboot-9a2e268f1799061d8eedaadd4aedc7c54cc6589e.tar.gz
talos-hostboot-9a2e268f1799061d8eedaadd4aedc7c54cc6589e.zip
Fix makefile syntax issue in vpd makefile
Removed unnecessary path for makefile include Change-Id: Iece8f164e257f2ed90bce8bee060b076d59f097e Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49606 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/vpd/makefile')
-rw-r--r--src/usr/vpd/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/vpd/makefile b/src/usr/vpd/makefile
index 4e0de0709..72641004a 100644
--- a/src/usr/vpd/makefile
+++ b/src/usr/vpd/makefile
@@ -26,7 +26,7 @@ ROOTPATH = ../../..
MODULE = vpd
#include configuration defines
-include $(ROOTPATH)/obj/genfiles/config.mk
+include $(ROOTPATH)/config.mk
#include common objects between hb and runtime
include vpd.mk
OpenPOWER on IntegriCloud