<?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 2025</copyright>
    <generator>Java</generator><item>
        <title>8ffdff6a8cfbdc174a3a390b6f825a277b5bb895 - staging: comedi: move out of staging directory</title>
        <link>http://opengrok.net:8080/history/linux/drivers/comedi/kcomedilib/Makefile#8ffdff6a8cfbdc174a3a390b6f825a277b5bb895</link>
        <description>staging: comedi: move out of staging directoryThe comedi code came into the kernel back in 2008, but traces itslifetime to much much earlier.  It&apos;s been polished and buffed andthere&apos;s really nothing preventing it from being part of the &quot;real&quot;portion of the kernel.So move it to drivers/comedi/ as it belongs there.Many thanks to the hundreds of developers who did the work to make thishappen.Cc: Ian Abbott &lt;abbotti@mev.co.uk&gt;Cc: H Hartley Sweeten &lt;hsweeten@visionengravers.com&gt;Link: https://lore.kernel.org/r/YHauop4u3sP6lz8j@kroah.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/comedi/kcomedilib/Makefile</description>
        <pubDate>Wed, 14 Apr 2021 08:58:10 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>97ed8eab2a0067bee21aa634c938454660e76a38 - staging: add missing SPDX lines to Makefile files</title>
        <link>http://opengrok.net:8080/history/linux/drivers/comedi/kcomedilib/Makefile#97ed8eab2a0067bee21aa634c938454660e76a38</link>
        <description>staging: add missing SPDX lines to Makefile filesThere are a few remaining drivers/staging/*/Makefile files that do nothave SPDX identifiers in them.  Add the correct GPL-2.0 identifier tothem to make scanning tools happy.Reviewed-by: Mukesh Ojha &lt;mojha@codeaurora.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/comedi/kcomedilib/Makefile</description>
        <pubDate>Tue, 02 Apr 2019 10:31:49 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>d2601699d3381525d87cc7ccb3e886697c5af812 - staging: comedi: remove comedi_debug module parameter</title>
        <link>http://opengrok.net:8080/history/linux/drivers/comedi/kcomedilib/Makefile#d2601699d3381525d87cc7ccb3e886697c5af812</link>
        <description>staging: comedi: remove comedi_debug module parameterRemove this module parameter and use the CONFIG_COMEDI_DEBUG option toenable normal kernel debugging with -DDEBUG flag.Remove the #undef DEBUG from all the comedi source files so they willhonour the -DDEBUG flag.Signed-off-by: H Hartley Sweeten &lt;hsweeten@visionengravers.com&gt;Reviewed-by: Ian Abbott &lt;abbotti@mev.co.uk&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/comedi/kcomedilib/Makefile</description>
        <pubDate>Fri, 22 Nov 2013 17:45:38 +0000</pubDate>
        <dc:creator>H Hartley Sweeten &lt;hsweeten@visionengravers.com&gt;</dc:creator>
    </item>
<item>
        <title>f1d7dbbef51a624ff0ec76f022802d677fdb9888 - Staging: comedi: new Kconfig and Makefiles, drivers grouped by bustype.</title>
        <link>http://opengrok.net:8080/history/linux/drivers/comedi/kcomedilib/Makefile#f1d7dbbef51a624ff0ec76f022802d677fdb9888</link>
        <description>Staging: comedi: new Kconfig and Makefiles, drivers grouped by bustype.PC/104-drivers went into ISA,PC/104+ went into PCI,Drivers without a bustype went into &quot;misc&quot;.In doubt drivers supporting both ISA/PCI went into PCI.Drivers without any detailed hardware info went into ISA, e.g. fl512.cSome NI drivers are used by other NI drivers from different bustypesare grouped seperately in NI_COMMON.[tweaked by gregkh to handle the new driver recently added]Signed-off-by: Alexander Kurz &lt;linux@kbdbabel.org&gt;Acked-by: Ian Abbott &lt;abbotti@mev.co.uk&gt;Cc: Frank Mori Hess &lt;fmhess@speakeasy.net&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

            List of files:
            /linux/drivers/comedi/kcomedilib/Makefile</description>
        <pubDate>Sat, 08 May 2010 08:21:45 +0000</pubDate>
        <dc:creator>Alexander Kurz &lt;linux@kbdbabel.org&gt;</dc:creator>
    </item>
<item>
        <title>a1525758c848aedf590bba3a919321e2d80fcd6e - Staging: comedi: kcomedilib: delete dio.c and get.c</title>
        <link>http://opengrok.net:8080/history/linux/drivers/comedi/kcomedilib/Makefile#a1525758c848aedf590bba3a919321e2d80fcd6e</link>
        <description>Staging: comedi: kcomedilib: delete dio.c and get.cMerge these two files into kcomedilib_main.c as they are tiny.This will also let us get rid of another global symbol in the future.Cc: Ian Abbott &lt;abbotti@mev.co.uk&gt;Cc: Frank Mori Hess &lt;fmhess@users.sourceforge.net&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

            List of files:
            /linux/drivers/comedi/kcomedilib/Makefile</description>
        <pubDate>Mon, 03 May 2010 21:44:55 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>29a915ff65fd5cde9c7c16d693b6ae3ecbd4be93 - Staging: comedi: delete kcomedilib/data.c</title>
        <link>http://opengrok.net:8080/history/linux/drivers/comedi/kcomedilib/Makefile#29a915ff65fd5cde9c7c16d693b6ae3ecbd4be93</link>
        <description>Staging: comedi: delete kcomedilib/data.cNo one is using any of these functions, so remove the file entirely.Cc: Ian Abbott &lt;abbotti@mev.co.uk&gt;Cc: Frank Mori Hess &lt;fmhess@users.sourceforge.net&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

            List of files:
            /linux/drivers/comedi/kcomedilib/Makefile</description>
        <pubDate>Sat, 01 May 2010 20:55:30 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>7382e5711f3adc934227473f82156ae1e2d7e562 - Staging: comedi: kcomedilib: remove ksyms.c file</title>
        <link>http://opengrok.net:8080/history/linux/drivers/comedi/kcomedilib/Makefile#7382e5711f3adc934227473f82156ae1e2d7e562</link>
        <description>Staging: comedi: kcomedilib: remove ksyms.c fileMove only the exports that we actually use into the individualfiles, and delete the ksyms.c file entirely.  This will make iteasier to start cleaning up kcomedilib (i.e. delete most of it.)Cc: Ian Abbott &lt;abbotti@mev.co.uk&gt;Cc: Frank Mori Hess &lt;fmhess@users.sourceforge.net&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

            List of files:
            /linux/drivers/comedi/kcomedilib/Makefile</description>
        <pubDate>Sat, 01 May 2010 20:08:06 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>b79a7a2089294cba254f6972e4e224fea643b84a - Staging: comedi: add kcomedilib to the tree</title>
        <link>http://opengrok.net:8080/history/linux/drivers/comedi/kcomedilib/Makefile#b79a7a2089294cba254f6972e4e224fea643b84a</link>
        <description>Staging: comedi: add kcomedilib to the treeThis adds the kcomedilib moduleFrom: David Schleef &lt;ds@schleef.org&gt;Cc: Frank Mori Hess &lt;fmhess@users.sourceforge.net&gt;Cc: Ian Abbott &lt;abbotti@mev.co.uk&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

            List of files:
            /linux/drivers/comedi/kcomedilib/Makefile</description>
        <pubDate>Fri, 14 Nov 2008 23:58:23 +0000</pubDate>
        <dc:creator>David Schleef &lt;ds@schleef.org&gt;</dc:creator>
    </item>
</channel>
</rss>
