diff options
| author | Nick Bofferding <bofferdn@us.ibm.com> | 2011-09-08 00:06:56 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2011-09-13 12:38:28 -0500 |
| commit | 676d7cd4e04309c1f3a5118805b50fade66716c4 (patch) | |
| tree | d708012bf2cd97cb516eabbc2c68d7f1ae16c9b3 /src/usr/targeting/makefile | |
| parent | d12504471789ae24fbd79f55b937e9f51fa768f6 (diff) | |
| download | blackbird-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/makefile | 5 |
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 |

