summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/makefile
diff options
context:
space:
mode:
authorNick Bofferding <bofferdn@us.ibm.com>2011-09-08 00:06:56 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2011-09-13 12:38:28 -0500
commit676d7cd4e04309c1f3a5118805b50fade66716c4 (patch)
treed708012bf2cd97cb516eabbc2c68d7f1ae16c9b3 /src/usr/targeting/makefile
parentd12504471789ae24fbd79f55b937e9f51fa768f6 (diff)
downloadblackbird-hostboot-676d7cd4e04309c1f3a5118805b50fade66716c4.tar.gz
blackbird-hostboot-676d7cd4e04309c1f3a5118805b50fade66716c4.zip
Support generating the PNOR targeting image
Change-Id: I5233ea017d61d629da26aa63b628bb36187d63dd Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/335 Tested-by: Jenkins Server Reviewed-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, 2 insertions, 3 deletions
diff --git a/src/usr/targeting/makefile b/src/usr/targeting/makefile
index d335c2d93..1c26396f6 100644
--- a/src/usr/targeting/makefile
+++ b/src/usr/targeting/makefile
@@ -39,11 +39,10 @@ ITERATORS_OBJS = \
TARGET_OBJS = \
target.o \
targetservice.o \
- entitypath.o \
- fakepnordata.o
+ entitypath.o
OBJS = ${TARGET_OBJS} ${PREDICATES_OBJS} ${ITERATORS_OBJS}
-SUBDIRS = test.d
+SUBDIRS = test.d xmltohb.d
include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud