summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/makefile
diff options
context:
space:
mode:
authorA. Patrick Williams III <iawillia@us.ibm.com>2011-09-13 12:40:38 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2011-09-13 12:41:16 -0500
commit89dc4c2dc72a77bc278b388d66681e943fb6d539 (patch)
tree49b3bfca410e911efd29d34d88ba6dfda9c7cb34 /src/usr/targeting/makefile
parent676d7cd4e04309c1f3a5118805b50fade66716c4 (diff)
downloadtalos-hostboot-89dc4c2dc72a77bc278b388d66681e943fb6d539.tar.gz
talos-hostboot-89dc4c2dc72a77bc278b388d66681e943fb6d539.zip
Revert "Support generating the PNOR targeting image"
This reverts commit c82ba14ada9c80565b95ad9d3d05c678591ae328 Change-Id: Ifd9a62779b13d237c9e4c5d2818df6e433f17021 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/338 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Tested-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/makefile')
-rw-r--r--src/usr/targeting/makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr/targeting/makefile b/src/usr/targeting/makefile
index 1c26396f6..d335c2d93 100644
--- a/src/usr/targeting/makefile
+++ b/src/usr/targeting/makefile
@@ -39,10 +39,11 @@ ITERATORS_OBJS = \
TARGET_OBJS = \
target.o \
targetservice.o \
- entitypath.o
+ entitypath.o \
+ fakepnordata.o
OBJS = ${TARGET_OBJS} ${PREDICATES_OBJS} ${ITERATORS_OBJS}
-SUBDIRS = test.d xmltohb.d
+SUBDIRS = test.d
include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud