<?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>6f6d842e - Released as v3.14.0</title>
        <link>http://172.16.0.5:8080/history/pciutils/Makefile#6f6d842e</link>
        <description>Released as v3.14.0

            List of files:
            /pciutils/Makefile</description>
        <pubDate>Sat, 21 Jun 2025 16:05:08 +0000</pubDate>
        <dc:creator>Martin Mares &lt;mj@ucw.cz&gt;</dc:creator>
    </item>
<item>
        <title>7c5bf915 - Released as v3.13.0</title>
        <link>http://172.16.0.5:8080/history/pciutils/Makefile#7c5bf915</link>
        <description>Released as v3.13.0

            List of files:
            /pciutils/Makefile</description>
        <pubDate>Thu, 30 May 2024 15:58:10 +0000</pubDate>
        <dc:creator>Martin Mares &lt;mj@ucw.cz&gt;</dc:creator>
    </item>
<item>
        <title>26359ed3 - pcilmr: Move most of pcilmr arguments parsing logic to the separate file</title>
        <link>http://172.16.0.5:8080/history/pciutils/Makefile#26359ed3</link>
        <description>pcilmr: Move most of pcilmr arguments parsing logic to the separate fileAlso change arguments parsing logic: now link parameters (selected lanenumbers, timing or voltage steps, etc) need to be specified after link portand will affect only this link margining (previously, one option wasapplied to all links).See updated man for syntax and example.Signed-off-by: Nikita Proshkin &lt;n.proshkin@yadro.com&gt;

            List of files:
            /pciutils/Makefile</description>
        <pubDate>Wed, 22 May 2024 16:06:30 +0000</pubDate>
        <dc:creator>Nikita Proshkin &lt;n.proshkin@yadro.com&gt;</dc:creator>
    </item>
<item>
        <title>cb00a99b - Released as v3.12.0</title>
        <link>http://172.16.0.5:8080/history/pciutils/Makefile#cb00a99b</link>
        <description>Released as v3.12.0

            List of files:
            /pciutils/Makefile</description>
        <pubDate>Fri, 05 Apr 2024 21:31:56 +0000</pubDate>
        <dc:creator>Martin Mares &lt;mj@ucw.cz&gt;</dc:creator>
    </item>
<item>
        <title>a34006f8 - Makefile: Pass CFLAGS also when linking executable</title>
        <link>http://172.16.0.5:8080/history/pciutils/Makefile#a34006f8</link>
        <description>Makefile: Pass CFLAGS also when linking executableOptimization flags like -O2 from $(OPT) passed via $(CFLAGS) used duringcompiling individual object files are ignored when gcc&apos;s LTO is enabled forthe linking final executable.Optimization flags used for compiling individual object files should besame as optimization flags for linking final executable.Fix propagation of $(CFLAGS) and $(OPT) when LTO is enabled.

            List of files:
            /pciutils/Makefile</description>
        <pubDate>Sun, 25 Feb 2024 02:22:08 +0000</pubDate>
        <dc:creator>Pali Roh&#225;r &lt;pali@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>08f8e666 - Releasing as v3.11.1.</title>
        <link>http://172.16.0.5:8080/history/pciutils/Makefile#08f8e666</link>
        <description>Releasing as v3.11.1.

            List of files:
            /pciutils/Makefile</description>
        <pubDate>Sat, 24 Feb 2024 23:11:10 +0000</pubDate>
        <dc:creator>Martin Mares &lt;mj@ucw.cz&gt;</dc:creator>
    </item>
<item>
        <title>04688d71 - Released as v3.11.0</title>
        <link>http://172.16.0.5:8080/history/pciutils/Makefile#04688d71</link>
        <description>Released as v3.11.0

            List of files:
            /pciutils/Makefile</description>
        <pubDate>Sat, 24 Feb 2024 21:59:12 +0000</pubDate>
        <dc:creator>Martin Mares &lt;mj@ucw.cz&gt;</dc:creator>
    </item>
<item>
        <title>7b65e5e1 - lspci: Fix make uninstall</title>
        <link>http://172.16.0.5:8080/history/pciutils/Makefile#7b65e5e1</link>
        <description>lspci: Fix make uninstall

            List of files:
            /pciutils/Makefile</description>
        <pubDate>Sun, 18 Feb 2024 16:45:21 +0000</pubDate>
        <dc:creator>Pali Roh&#225;r &lt;pali@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>77147f9f - pcilmr: Add missing Makefile rules</title>
        <link>http://172.16.0.5:8080/history/pciutils/Makefile#77147f9f</link>
        <description>pcilmr: Add missing Makefile rules

            List of files:
            /pciutils/Makefile</description>
        <pubDate>Sun, 18 Feb 2024 16:41:23 +0000</pubDate>
        <dc:creator>Pali Roh&#225;r &lt;pali@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>370be0de - pcilmr: Fix compilation for windows and djgpp</title>
        <link>http://172.16.0.5:8080/history/pciutils/Makefile#370be0de</link>
        <description>pcilmr: Fix compilation for windows and djgpp

            List of files:
            /pciutils/Makefile</description>
        <pubDate>Sun, 18 Feb 2024 13:50:54 +0000</pubDate>
        <dc:creator>Pali Roh&#225;r &lt;pali@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>be40c473 - Makefile: Fix dependencies on header files</title>
        <link>http://172.16.0.5:8080/history/pciutils/Makefile#be40c473</link>
        <description>Makefile: Fix dependencies on header files

            List of files:
            /pciutils/Makefile</description>
        <pubDate>Sun, 18 Feb 2024 13:12:10 +0000</pubDate>
        <dc:creator>Martin Mares &lt;mj@ucw.cz&gt;</dc:creator>
    </item>
<item>
        <title>a8798cb1 - Makefile: Additions to CFLAGS require an override</title>
        <link>http://172.16.0.5:8080/history/pciutils/Makefile#a8798cb1</link>
        <description>Makefile: Additions to CFLAGS require an overrideOtherwise, they are ignored when &quot;make CFLAGS=something&quot; is used.

            List of files:
            /pciutils/Makefile</description>
        <pubDate>Sun, 18 Feb 2024 11:04:44 +0000</pubDate>
        <dc:creator>Martin Mares &lt;mj@ucw.cz&gt;</dc:creator>
    </item>
<item>
        <title>1154602d - Makefile: When linking pcilmr, specify library last</title>
        <link>http://172.16.0.5:8080/history/pciutils/Makefile#1154602d</link>
        <description>Makefile: When linking pcilmr, specify library last

            List of files:
            /pciutils/Makefile</description>
        <pubDate>Sun, 18 Feb 2024 11:04:28 +0000</pubDate>
        <dc:creator>Martin Mares &lt;mj@ucw.cz&gt;</dc:creator>
    </item>
<item>
        <title>87a37a6d - pcilmr: Add pcilmr man page</title>
        <link>http://172.16.0.5:8080/history/pciutils/Makefile#87a37a6d</link>
        <description>pcilmr: Add pcilmr man pageReviewed-by: Sergei Miroshnichenko &lt;s.miroshnichenko@yadro.com&gt;Signed-off-by: Nikita Proshkin &lt;n.proshkin@yadro.com&gt;

            List of files:
            /pciutils/Makefile</description>
        <pubDate>Wed, 27 Dec 2023 09:45:04 +0000</pubDate>
        <dc:creator>Nikita Proshkin &lt;n.proshkin@yadro.com&gt;</dc:creator>
    </item>
<item>
        <title>ce123c88 - pcilmr: Add utility main function</title>
        <link>http://172.16.0.5:8080/history/pciutils/Makefile#ce123c88</link>
        <description>pcilmr: Add utility main functionReviewed-by: Sergei Miroshnichenko &lt;s.miroshnichenko@yadro.com&gt;Signed-off-by: Nikita Proshkin &lt;n.proshkin@yadro.com&gt;

            List of files:
            /pciutils/Makefile</description>
        <pubDate>Wed, 27 Dec 2023 09:44:58 +0000</pubDate>
        <dc:creator>Nikita Proshkin &lt;n.proshkin@yadro.com&gt;</dc:creator>
    </item>
<item>
        <title>7d23054d - libpci: Add separate file for bit manipulation functions</title>
        <link>http://172.16.0.5:8080/history/pciutils/Makefile#7d23054d</link>
        <description>libpci: Add separate file for bit manipulation functionsMove several macros from lspci and add some more for operations withbit masks.Reviewed-by: Sergei Miroshnichenko &lt;s.miroshnichenko@yadro.com&gt;Signed-off-by: Nikita Proshkin &lt;n.proshkin@yadro.com&gt;

            List of files:
            /pciutils/Makefile</description>
        <pubDate>Wed, 27 Dec 2023 09:44:53 +0000</pubDate>
        <dc:creator>Nikita Proshkin &lt;n.proshkin@yadro.com&gt;</dc:creator>
    </item>
<item>
        <title>7ec58f1c - update-pciids: Report itself as an user agent, version included</title>
        <link>http://172.16.0.5:8080/history/pciutils/Makefile#7ec58f1c</link>
        <description>update-pciids: Report itself as an user agent, version includedUnfortunately, this leads to the User-Agent not containing versionof curl/wget/lynx we used.

            List of files:
            /pciutils/Makefile</description>
        <pubDate>Sun, 23 Jul 2023 13:44:03 +0000</pubDate>
        <dc:creator>Martin Mares &lt;mj@ucw.cz&gt;</dc:creator>
    </item>
<item>
        <title>0766bfa0 - Fix stripping in cross-compiling mode</title>
        <link>http://172.16.0.5:8080/history/pciutils/Makefile#0766bfa0</link>
        <description>Fix stripping in cross-compiling modeFixes 3d7466ef8545d37a4666e185a9f5d65ceb9c8af4.

            List of files:
            /pciutils/Makefile</description>
        <pubDate>Mon, 01 May 2023 13:44:40 +0000</pubDate>
        <dc:creator>Martin Mares &lt;mj@ucw.cz&gt;</dc:creator>
    </item>
<item>
        <title>21407521 - Released as v3.10.0.</title>
        <link>http://172.16.0.5:8080/history/pciutils/Makefile#21407521</link>
        <description>Released as v3.10.0.

            List of files:
            /pciutils/Makefile</description>
        <pubDate>Mon, 01 May 2023 13:00:27 +0000</pubDate>
        <dc:creator>Martin Mares &lt;mj@ucw.cz&gt;</dc:creator>
    </item>
<item>
        <title>3d7466ef - Makefile: change STRIP to &apos;--strip-program&apos; when cross-compile</title>
        <link>http://172.16.0.5:8080/history/pciutils/Makefile#3d7466ef</link>
        <description>Makefile: change STRIP to &apos;--strip-program&apos; when cross-compileWhen cross-compile, we should use specific strip instead of default/usr/bin/strip.reference:https://man7.org/linux/man-pages/man1/install.1.htmlSigned-off-by: mingrui.ren &lt;mingrui.ren@bst.ai&gt;

            List of files:
            /pciutils/Makefile</description>
        <pubDate>Fri, 17 Mar 2023 01:44:34 +0000</pubDate>
        <dc:creator>mingrui.ren &lt;mingrui.ren@bst.ai&gt;</dc:creator>
    </item>
</channel>
</rss>
