Skip to content

Commit

Permalink
Eliminate makefile warnings for duplicate targets
Browse files Browse the repository at this point in the history
    -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>
  • Loading branch information
rjknight authored and wghoffa committed Aug 30, 2018
1 parent 76a1494 commit 1adef8c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions src/usr/hwplibs/nest/nestmemutils.mk
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,3 @@ VPATH += ${HWP_NEST_MEM_UTILS_PATH}
include ${ROOTPATH}/procedure.rules.mk

include ${HWP_NEST_MEM_UTILS_PATH}/p9_putmemproc.mk

include ${ROOTPATH}/config.mk
3 changes: 0 additions & 3 deletions src/usr/vpd/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
ROOTPATH = ../../..
MODULE = vpd

#include configuration defines
include $(ROOTPATH)/config.mk

#include common objects between hb and runtime
include vpd.mk

Expand Down

0 comments on commit 1adef8c

Please sign in to comment.