diff options
| author | Dan Crowell <dcrowell@us.ibm.com> | 2012-02-02 13:32:17 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-02-07 08:28:08 -0600 |
| commit | 29f47aee84ded4c6e59da561c2e9b6257590b31d (patch) | |
| tree | 0ab3d67195aba2ee4f267973fa07c10f7a4c9883 /src/usr/targeting/makefile | |
| parent | 0e66c9caeba7e05a805e027f0d2aee91467b9174 (diff) | |
| download | blackbird-hostboot-29f47aee84ded4c6e59da561c2e9b6257590b31d.tar.gz blackbird-hostboot-29f47aee84ded4c6e59da561c2e9b6257590b31d.zip | |
RTC 35711 - Wrapper for VPO-mode attribute check
The same code was in a dozen places so I added a wrapper function.
Change-Id: I5b1d34e0f94b91289960c73670199ff22f4c6860
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/643
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, 4 insertions, 1 deletions
diff --git a/src/usr/targeting/makefile b/src/usr/targeting/makefile index ab84a4e05..44779b292 100644 --- a/src/usr/targeting/makefile +++ b/src/usr/targeting/makefile @@ -44,7 +44,10 @@ TARGET_OBJS = \ ATTR_RP_OBJS = \ attrrp.o -OBJS = ${TARGET_OBJS} ${PREDICATES_OBJS} ${ITERATORS_OBJS} ${ATTR_RP_OBJS} +OTHER_OBJS = \ + util.o + +OBJS = ${TARGET_OBJS} ${PREDICATES_OBJS} ${ITERATORS_OBJS} ${ATTR_RP_OBJS} ${OTHER_OBJS} SUBDIRS = test.d xmltohb.d |

