<?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>5f5620ab2679608f94b3a77e51c77d0a770103bd - Merge git://git.denx.de/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/tools/easylogo/Makefile#5f5620ab2679608f94b3a77e51c77d0a770103bd</link>
        <description>Merge git://git.denx.de/u-boot

            List of files:
            /rk3399_rockchip-uboot/tools/easylogo/Makefile</description>
        <pubDate>Thu, 12 Nov 2015 16:13:26 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>da58dec866161e8ce73957fea463a8caad695000 - Various Makefiles: Add SPDX-License-Identifier tags</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/tools/easylogo/Makefile#da58dec866161e8ce73957fea463a8caad695000</link>
        <description>Various Makefiles: Add SPDX-License-Identifier tagsAfter consulting with some of the SPDX team, the conclusion is thatMakefiles are worth adding SPDX-License-Identifier tags too, and most ofours have one.  This adds tags to ones that lack them and converts a fewthat had full (or in one case, very partial) license blobs into theequivalent tag.Cc: Kate Stewart &lt;kstewart@linuxfoundation.org&gt;Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/tools/easylogo/Makefile</description>
        <pubDate>Tue, 10 Nov 2015 01:06:16 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>1ad6364eeb4f578e423081d1748e8a3fdf1ab01d - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/tools/easylogo/Makefile#1ad6364eeb4f578e423081d1748e8a3fdf1ab01d</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm

            List of files:
            /rk3399_rockchip-uboot/tools/easylogo/Makefile</description>
        <pubDate>Wed, 05 Mar 2014 11:51:26 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>3e11350255d9c5d4bd03c2a65769da84c05d3294 - Merge branch &apos;u-boot/master&apos; into &apos;u-boot-arm/master&apos;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/tools/easylogo/Makefile#3e11350255d9c5d4bd03c2a65769da84c05d3294</link>
        <description>Merge branch &apos;u-boot/master&apos; into &apos;u-boot-arm/master&apos;Conflicts:	Makefile	drivers/net/npe/MakefileThese two conflicts arise from commit 0b2d3f20(&quot;ARM: NET: Remove the IXP NPE ethernet driver&quot;) and areresolved by deleting the drivers/net/npe/Makefile fileand removing the CONFIG_IXP4XX_NPE line from Makefile.

            List of files:
            /rk3399_rockchip-uboot/tools/easylogo/Makefile</description>
        <pubDate>Thu, 20 Feb 2014 12:16:05 +0000</pubDate>
        <dc:creator>Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;</dc:creator>
    </item>
<item>
        <title>940db16d2e6ce69f769f790bf1def56978f0ac6c - tools: convert makefiles to kbuild style</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/tools/easylogo/Makefile#940db16d2e6ce69f769f790bf1def56978f0ac6c</link>
        <description>tools: convert makefiles to kbuild styleBefore this commit, makefiles under tools/ directorywere implemented with their own way.This commit refactors them by using &quot;hostprogs-y&quot; variable.Several C sources have been added to wrap other C sourcesto simplify Makefile.For example, tools/crc32.c includes lib/crc32.cSigned-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;

            List of files:
            /rk3399_rockchip-uboot/tools/easylogo/Makefile</description>
        <pubDate>Tue, 04 Feb 2014 08:24:10 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>e598dfc22c8789991d165714bec53b2390fc999d - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/tools/easylogo/Makefile#e598dfc22c8789991d165714bec53b2390fc999d</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-armConflicts:	cpu/arm_cortexa8/s5pc1xx/cache.c	include/asm-arm/arch-s5pc1xx/sys_proto.h	include/sja1000.hSigned-off-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;

            List of files:
            /rk3399_rockchip-uboot/tools/easylogo/Makefile</description>
        <pubDate>Fri, 15 Jan 2010 13:41:58 +0000</pubDate>
        <dc:creator>Minkyu Kang &lt;mk7.kang@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>bb3bcfa2426cc6a0aecec7270e3ee67ca843a125 - Merge branch &apos;next&apos; of ../next</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/tools/easylogo/Makefile#bb3bcfa2426cc6a0aecec7270e3ee67ca843a125</link>
        <description>Merge branch &apos;next&apos; of ../next

            List of files:
            /rk3399_rockchip-uboot/tools/easylogo/Makefile</description>
        <pubDate>Tue, 15 Dec 2009 22:38:34 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>d984fed068b3bec8a7edaf7a3de71479abde080a - makefiles: fixes for building build tools</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/tools/easylogo/Makefile#d984fed068b3bec8a7edaf7a3de71479abde080a</link>
        <description>makefiles: fixes for building build toolsCurrently, some of the tools instead set CC to be HOSTCC in order to re-usesome pattern rules -- but this fails when the user overrides CC on the makecommand line.  Also, the HOSTCFLAGS in tools/Makefile are currently notbeing used because config.mk overwrites them.This patch adds static pattern rules for files that have been requested tobe built with the native compiler using $(HOSTSRCS) and $(HOSTOBJS), andconverts the tools to use them.It restores easylogo to using the host compiler, which was broken by commit38d299c2db81bd889c601b5dfc12c4e83ef83333 (if this was an intentional change,please let me know -- but it seems to be a build tool).It restores -pedantic and the special flags for darwin and cygwin that wererequested in tools/makefile (but keeps the flags added by config.mk) --hopefully someone can test this on those platforms.  It no longerconditionalizes -pedantic on not being darwin; it wasn&apos;t clear that that wasintentional, and unless there&apos;s a real problem it&apos;s just inviting people tocontribute non-pedantic patches to those files (I&apos;m not a fan of -pedanticpersonally, but if it&apos;s on for one platform it should be on for all).HOST_LDFLAGS is renamed HOSTLDFLAGS for consistency with the previousHOST_CFLAGS to HOSTCFLAGS rename.  A new HOSTCFLAGS_NOPED is made availablefor those files which currently cannot be built with -pedantic, and replacesthe old FIT_CFLAGS.imls now uses the cross compiler properly, rather than by trying toreconstruct CC using the typoed $(CROSS_COMPILER).envcrc.c is now dependency-processed unconditionally -- previously it wouldbe built without being on (HOST)SRCS if CONFIG_ENV_IS_EMBEDDED was notselected.Signed-off-by: Scott Wood &lt;scottwood@freescale.com&gt;

            List of files:
            /rk3399_rockchip-uboot/tools/easylogo/Makefile</description>
        <pubDate>Thu, 05 Nov 2009 00:41:41 +0000</pubDate>
        <dc:creator>Scott Wood &lt;scottwood@freescale.com&gt;</dc:creator>
    </item>
<item>
        <title>8d79953d03e6c5b24215609997dafe4daa623cd6 - Merge branch &apos;master&apos; of /home/stefan/git/u-boot/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/tools/easylogo/Makefile#8d79953d03e6c5b24215609997dafe4daa623cd6</link>
        <description>Merge branch &apos;master&apos; of /home/stefan/git/u-boot/u-boot

            List of files:
            /rk3399_rockchip-uboot/tools/easylogo/Makefile</description>
        <pubDate>Sun, 13 Jan 2008 14:04:37 +0000</pubDate>
        <dc:creator>Stefan Roese &lt;sr@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>3b93020d74630f0574cbd26d200a82c00dd11eaa - Merge branch &apos;master&apos; of /home/wd/git/u-boot/master/</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/tools/easylogo/Makefile#3b93020d74630f0574cbd26d200a82c00dd11eaa</link>
        <description>Merge branch &apos;master&apos; of /home/wd/git/u-boot/master/

            List of files:
            /rk3399_rockchip-uboot/tools/easylogo/Makefile</description>
        <pubDate>Wed, 09 Jan 2008 20:34:46 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>38d299c2db81bd889c601b5dfc12c4e83ef83333 - cleanup easylogo</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/tools/easylogo/Makefile#38d299c2db81bd889c601b5dfc12c4e83ef83333</link>
        <description>cleanup easylogo- make the Makefile not suck- include proper headers for prototypes- fix obvious broken handling of strchr() when handling &apos;.&apos; in filenamesSigned-Off-By: Mike Frysinger &lt;vapier@gentoo.org&gt;

            List of files:
            /rk3399_rockchip-uboot/tools/easylogo/Makefile</description>
        <pubDate>Tue, 18 Dec 2007 08:23:25 +0000</pubDate>
        <dc:creator>Mike Frysinger &lt;vapier@gentoo.org&gt;</dc:creator>
    </item>
<item>
        <title>ddaf2fb159c53907e2a4863d46256055869d86c6 - Initial revision</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/tools/easylogo/Makefile#ddaf2fb159c53907e2a4863d46256055869d86c6</link>
        <description>Initial revision

            List of files:
            /rk3399_rockchip-uboot/tools/easylogo/Makefile</description>
        <pubDate>Sat, 14 Oct 2000 23:05:38 +0000</pubDate>
        <dc:creator>wdenk &lt;wdenk&gt;</dc:creator>
    </item>
</channel>
</rss>
