diff options
| author | Dan Crowell <dcrowell@us.ibm.com> | 2017-11-13 13:50:04 -0600 |
|---|---|---|
| committer | William G. Hoffa <wghoffa@us.ibm.com> | 2017-11-15 11:46:22 -0500 |
| commit | 9a2e268f1799061d8eedaadd4aedc7c54cc6589e (patch) | |
| tree | c6af77ebb31d65b07298937cc663e25096a4bf8e /src/usr/vpd | |
| parent | 2727e5272f139b10682a54a9b7503eb9c4164249 (diff) | |
| download | talos-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')
| -rw-r--r-- | src/usr/vpd/makefile | 2 |
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 |

