summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/xmltohb/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/xmltohb/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/xmltohb/makefile')
-rw-r--r--src/usr/targeting/xmltohb/makefile51
1 files changed, 0 insertions, 51 deletions
diff --git a/src/usr/targeting/xmltohb/makefile b/src/usr/targeting/xmltohb/makefile
deleted file mode 100644
index 2bcf51a5c..000000000
--- a/src/usr/targeting/xmltohb/makefile
+++ /dev/null
@@ -1,51 +0,0 @@
-# IBM_PROLOG_BEGIN_TAG
-# This is an automatically generated prolog.
-#
-# $Source: src/usr/targeting/makefile $
-#
-# IBM CONFIDENTIAL
-#
-# COPYRIGHT International Business Machines Corp. 2011
-#
-# p1
-#
-# Object Code Only (OCO) source materials
-# Licensed Internal Code Source Materials
-# IBM HostBoot Licensed Internal Code
-#
-# The source code for this program is not published or other-
-# wise divested of its trade secrets, irrespective of what has
-# been deposited with the U.S. Copyright Office.
-#
-# Origin: 30
-#
-# IBM_PROLOG_END
-
-ROOTPATH = ../../../..
-
-XMLTOHB_HEADER_TARGETS = \
- attributeenums.H \
- attributestrings.H \
- attributetraits.H \
- attributestructs.H \
- pnortargeting.H
-
-XMLTOHB_SOURCE_TARGETS = \
- attributestrings.C
-
-XMLTOHB_BINARY_TARGETS = \
- targeting.bin
-
-GENFILES = \
- ${XMLTOHB_HEADER_TARGETS} \
- ${XMLTOHB_SOURCE_TARGETS} \
- ${XMLTOHB_BINARY_TARGETS}
-
-# Delete any generated file on error
-.DELETE_ON_ERROR:
-
-$(addprefix %/,$(GENFILES)) : xmltohb.pl hb.xml
- ./$< --hb-xml-file ./hb.xml --src-output-dir=$(dir $@) --img-output-dir=$(dir $@) $(filter-out $<,$^)
- cp -f $(dir $@)/targeting.bin $(IMGDIR)
-
-include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud