<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>5390d99f - speakup: use SPKDIR=$(src) to specify the source directory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/accessibility/speakup/Makefile#5390d99f</link>
        <description>speakup: use SPKDIR=$(src) to specify the source directoryCommit e68a558fb2af (&quot;speakup: Fix building as extmod&quot;) was intendedto support building this as an external module.Since commit b1992c3772e6 (&quot;kbuild: use $(src) instead of$(srctree)/$(src) for source directory&quot;), $(src) consistently pointsto the source directory, regardless of whether it is compiled as anexternal module or not.Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Reviewed-by: Nicolas Schier &lt;nicolas@fjasle.eu&gt;

            List of files:
            /linux-6.15/drivers/accessibility/speakup/Makefile</description>
        <pubDate>Tue, 17 Sep 2024 14:16:37 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>e68a558f - speakup: Fix building as extmod</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/accessibility/speakup/Makefile#e68a558f</link>
        <description>speakup: Fix building as extmodspk_priv_keyinfo.h should be opened from the speakup directory. Whenbuilding as extmod we should thus open it from the module directoryrather than the main Linux source.Signed-off-by: Samuel Thibault&#160;&lt;samuel.thibault@ens-lyon.org&gt;Link: https://lore.kernel.org/r/20221118012206.j6hq6b6nfx2jhqg6@beginSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/accessibility/speakup/Makefile</description>
        <pubDate>Fri, 18 Nov 2022 01:22:06 +0000</pubDate>
        <dc:creator>Samuel Thibault &lt;samuel.thibault@ens-lyon.org&gt;</dc:creator>
    </item>
<item>
        <title>6a5c94d9 - speakup: Generate speakupmap.h automatically</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/accessibility/speakup/Makefile#6a5c94d9</link>
        <description>speakup: Generate speakupmap.h automaticallyspeakupmap.h was not actually intended to be source code, speakupmap.mapis.This resurrects the makemapdata.c and genmap.c tools to generatespeakupmap.h automatically from the input and speakup headers, and thespeakupmap.map keyboard mapping source file.Signed-off-by: Samuel Thibault &lt;samuel.thibault@ens-lyon.org&gt;Link: https://lore.kernel.org/r/20220612172244.il3siyq7ueqnvah5@beginSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/accessibility/speakup/Makefile</description>
        <pubDate>Sun, 12 Jun 2022 17:22:44 +0000</pubDate>
        <dc:creator>Samuel Thibault &lt;samuel.thibault@ens-lyon.org&gt;</dc:creator>
    </item>
<item>
        <title>cafada1f - Revert &quot;speakup: Generate speakupmap.h automatically&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/accessibility/speakup/Makefile#cafada1f</link>
        <description>Revert &quot;speakup: Generate speakupmap.h automatically&quot;This reverts commit 6646b95aab5f62c049f1416a3801dec5432c348b.Stephen reports that it breaks the build for him so revert it for now.Cc: Samuel Thibault &lt;samuel.thibault@ens-lyon.org&gt;Reported-by: Stephen Rothwell &lt;sfr@canb.auug.org.au&gt;Link: https://lore.kernel.org/r/20220520194637.03824f7f@canb.auug.org.auSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/accessibility/speakup/Makefile</description>
        <pubDate>Fri, 20 May 2022 19:07:05 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>6646b95a - speakup: Generate speakupmap.h automatically</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/accessibility/speakup/Makefile#6646b95a</link>
        <description>speakup: Generate speakupmap.h automaticallyspeakupmap.h was not actually intended to be source code, speakupmap.mapis.This resurrects the makemapdata.c and genmap.c tools to generatespeakupmap.h automatically from the input and speakup headers, and thespeakupmap.map keyboard mapping source file.Signed-off-by: Samuel Thibault &lt;samuel.thibault@ens-lyon.org&gt;Link: https://lore.kernel.org/r/20220515230358.ikwt2kspiwvv5cf4@beginSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/accessibility/speakup/Makefile</description>
        <pubDate>Sun, 15 May 2022 23:03:58 +0000</pubDate>
        <dc:creator>Samuel Thibault &lt;samuel.thibault@ens-lyon.org&gt;</dc:creator>
    </item>
<item>
        <title>dfe650be - speakup: only build serialio when ISA is enabled</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/accessibility/speakup/Makefile#dfe650be</link>
        <description>speakup: only build serialio when ISA is enabledDrivers using serialio were already made available in Kconfig only underthe ISA condition.Signed-off-by: Samuel Thibault &lt;samuel.thibault@ens-lyon.org&gt;Link: https://lore.kernel.org/r/20200804160659.7y76sdseow43lfms@functionSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/accessibility/speakup/Makefile</description>
        <pubDate>Tue, 04 Aug 2020 16:06:59 +0000</pubDate>
        <dc:creator>Samuel Thibault &lt;samuel.thibault@ens-lyon.org&gt;</dc:creator>
    </item>
<item>
        <title>2067fd92 - staging/speakup: Move out of staging</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/accessibility/speakup/Makefile#2067fd92</link>
        <description>staging/speakup: Move out of stagingThe nasty TODO items are done.Signed-off-by: Samuel Thibault &lt;samuel.thibault@ens-lyon.org&gt;Link: https://lore.kernel.org/r/20200729003531.907370-1-samuel.thibault@ens-lyon.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/accessibility/speakup/Makefile</description>
        <pubDate>Wed, 29 Jul 2020 00:35:31 +0000</pubDate>
        <dc:creator>Samuel Thibault &lt;samuel.thibault@ens-lyon.org&gt;</dc:creator>
    </item>
</channel>
</rss>
