<?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>031beb4e - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/i2c/iicbb/Makefile#031beb4e</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/sys/modules/i2c/iicbb/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:54:58 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4cc76d90 - iicbb: Always build ofw_bus_if.h</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/i2c/iicbb/Makefile#4cc76d90</link>
        <description>iicbb: Always build ofw_bus_if.hAlways make ofw_bus_if.h. While it&apos;s only used when option FDT is in thekernel, it can always be generated. In theory we could omit it if optionFDT isn&apos;t present, but none of the rest of sys/modules does that. Thatfine-grained control likely won&apos;t be reliable w/o a redesign of thekernel/module config system.Sponsored by:		Netflix

            List of files:
            /freebsd-14.2/sys/modules/i2c/iicbb/Makefile</description>
        <pubDate>Sun, 02 Jan 2022 07:32:30 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5bb3134a - Fix some modules to export more used symbols</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/i2c/iicbb/Makefile#5bb3134a</link>
        <description>Fix some modules to export more used symbolsand remove non-present symbols that are now reported by kmod_syms.awk.Reviewed by:	emasteSponsored by:	The FreeBSD FoundationMFC after:	1 weekDifferential revision:	https://reviews.freebsd.org/D32878

            List of files:
            /freebsd-14.2/sys/modules/i2c/iicbb/Makefile</description>
        <pubDate>Sun, 07 Nov 2021 08:42:24 +0000</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>193d9e76 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/i2c/iicbb/Makefile#193d9e76</link>
        <description>sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with:	`cd sys/modules; make ALL_MODULES=` on amd64MFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-14.2/sys/modules/i2c/iicbb/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 10:10:17 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8da89403 - Build ofw_bus_if.h for modules for RISC-V.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/i2c/iicbb/Makefile#8da89403</link>
        <description>Build ofw_bus_if.h for modules for RISC-V.

            List of files:
            /freebsd-14.2/sys/modules/i2c/iicbb/Makefile</description>
        <pubDate>Thu, 28 Jul 2016 13:21:45 +0000</pubDate>
        <dc:creator>Ruslan Bukin &lt;br@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3380918a - MIPS also needs ofw_bus_if.h in some cases.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/i2c/iicbb/Makefile#3380918a</link>
        <description>MIPS also needs ofw_bus_if.h in some cases.

            List of files:
            /freebsd-14.2/sys/modules/i2c/iicbb/Makefile</description>
        <pubDate>Wed, 20 Jan 2016 21:54:43 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>41a95585 - Build ofw_bus_if.h for modules that need it on arm64</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/i2c/iicbb/Makefile#41a95585</link>
        <description>Build ofw_bus_if.h for modules that need it on arm64

            List of files:
            /freebsd-14.2/sys/modules/i2c/iicbb/Makefile</description>
        <pubDate>Wed, 21 Oct 2015 18:30:42 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b9c2f094 - Fix build race on armv6* and powerpc*.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/i2c/iicbb/Makefile#b9c2f094</link>
        <description>Fix build race on armv6* and powerpc*.Tested with cross builds amd64 -&gt; armv6(hf) and powerpc(64).Suggested by:	andrew@

            List of files:
            /freebsd-14.2/sys/modules/i2c/iicbb/Makefile</description>
        <pubDate>Sat, 04 Apr 2015 20:30:20 +0000</pubDate>
        <dc:creator>Andreas Tobler &lt;andreast@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>650afa9b - Fix make depend.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/i2c/iicbb/Makefile#650afa9b</link>
        <description>Fix make depend.Approved by:	uqs

            List of files:
            /freebsd-14.2/sys/modules/i2c/iicbb/Makefile</description>
        <pubDate>Wed, 26 Feb 2014 03:26:00 +0000</pubDate>
        <dc:creator>Li-Wen Hsu &lt;lwhsu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c17d4340 - Major rework of the iicbus/smbus framework:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/i2c/iicbb/Makefile#c17d4340</link>
        <description>Major rework of the iicbus/smbus framework:	- VIA chipset SMBus controllers added	- alpm driver updated	- Support for dynamic modules added	- bktr FreeBSD smbus updated but not tested	- cleanup

            List of files:
            /freebsd-14.2/sys/modules/i2c/iicbb/Makefile</description>
        <pubDate>Sat, 23 Mar 2002 15:49:15 +0000</pubDate>
        <dc:creator>Nicolas Souchu &lt;nsouch@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
