diff options
| author | Richard J. Knight <rjknight@us.ibm.com> | 2018-08-28 08:54:00 -0500 |
|---|---|---|
| committer | William G. Hoffa <wghoffa@us.ibm.com> | 2018-08-30 10:59:54 -0500 |
| commit | 1adef8c1c0adb97a9074418c3cc545d0bfd25205 (patch) | |
| tree | c196601f8413a489bfe853bfbf9427ffd0373ec4 /src/usr/vpd | |
| parent | 76a14949a1eea0daeb4f14749a26cfc38a42ac00 (diff) | |
| download | blackbird-hostboot-1adef8c1c0adb97a9074418c3cc545d0bfd25205.tar.gz blackbird-hostboot-1adef8c1c0adb97a9074418c3cc545d0bfd25205.zip | |
Eliminate makefile warnings for duplicate targets
-remove extra include of config.mk in vpd makefile
-remove extra include of config.mk in nestmemutils.mk
Change-Id: Ic4901127c5975d194bef290f51e0a75009f534b9
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/65369
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>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Prachi Gupta <pragupta@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@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 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/usr/vpd/makefile b/src/usr/vpd/makefile index e74cfa2cd..8ba3fa45e 100644 --- a/src/usr/vpd/makefile +++ b/src/usr/vpd/makefile @@ -25,9 +25,6 @@ ROOTPATH = ../../.. MODULE = vpd -#include configuration defines -include $(ROOTPATH)/config.mk - #include common objects between hb and runtime include vpd.mk |

