mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Add support for configuring for multiple targets
git-svn-id: svn://coreboot.org/openbios/openbios-devel@420 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -56,6 +56,7 @@
|
||||
<xsl:value-of select="$dictname"/><xsl:text>-DICTIONARY:=$(</xsl:text>
|
||||
<xsl:value-of select="$dictname"/><xsl:text>-DICTIONARY) </xsl:text>
|
||||
|
||||
<xsl:text>$(SRCDIR)/</xsl:text>
|
||||
<xsl:value-of select="$path"/>
|
||||
<xsl:value-of select="@source"/>
|
||||
<xsl:text> </xsl:text>
|
||||
@@ -116,6 +117,7 @@
|
||||
|
||||
<xsl:if test="$conditions = 0">
|
||||
<xsl:text> -I</xsl:text>
|
||||
<xsl:text>$(SRCDIR)/</xsl:text>
|
||||
<xsl:value-of select="$path"/>
|
||||
</xsl:if>
|
||||
</xsl:for-each>
|
||||
|
||||
Reference in New Issue
Block a user