<?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>bbc90bc1 - arch: syscalls: simplify uapi/kapi directory creation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/microblaze/kernel/syscalls/Makefile#bbc90bc1</link>
        <description>arch: syscalls: simplify uapi/kapi directory creation$(shell ...) expands to empty. There is no need to assign it to _dummy.Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Acked-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;

            List of files:
            /linux-6.15/arch/microblaze/kernel/syscalls/Makefile</description>
        <pubDate>Sun, 27 Feb 2022 09:10:24 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>64f416c8 - microblaze: syscalls: switch to generic syscallhdr.sh</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/microblaze/kernel/syscalls/Makefile#64f416c8</link>
        <description>microblaze: syscalls: switch to generic syscallhdr.shMany architectures duplicate similar shell scripts.This commit converts microblaze to use scripts/syscallhdr.sh.Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Link: https://lore.kernel.org/r/20210301142303.343727-2-masahiroy@kernel.orgSigned-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;

            List of files:
            /linux-6.15/arch/microblaze/kernel/syscalls/Makefile</description>
        <pubDate>Mon, 01 Mar 2021 14:23:03 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ce372128 - microblaze: syscalls: switch to generic syscalltbl.sh</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/microblaze/kernel/syscalls/Makefile#ce372128</link>
        <description>microblaze: syscalls: switch to generic syscalltbl.shMany architectures duplicate similar shell scripts.This commit converts microblaze to use scripts/syscalltbl.sh.Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Link: https://lore.kernel.org/r/20210301142303.343727-1-masahiroy@kernel.orgSigned-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;

            List of files:
            /linux-6.15/arch/microblaze/kernel/syscalls/Makefile</description>
        <pubDate>Mon, 01 Mar 2021 14:23:02 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>29c5c3ac - arch: syscalls: remove $(srctree)/ prefix from syscall tables</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/microblaze/kernel/syscalls/Makefile#29c5c3ac</link>
        <description>arch: syscalls: remove $(srctree)/ prefix from syscall tablesThe &apos;syscall&apos; variables are not directly used in the commands.Remove the $(srctree)/ prefix because we can rely on VPATH.Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;

            List of files:
            /linux-6.15/arch/microblaze/kernel/syscalls/Makefile</description>
        <pubDate>Mon, 15 Feb 2021 00:48:23 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>865fa29f - arch: syscalls: add missing FORCE and fix &apos;targets&apos; to make if_changed work</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/microblaze/kernel/syscalls/Makefile#865fa29f</link>
        <description>arch: syscalls: add missing FORCE and fix &apos;targets&apos; to make if_changed workThe rules in these Makefiles cannot detect the command line changebecause the prerequisite &apos;FORCE&apos; is missing.Adding &apos;FORCE&apos; will result in the headers being rebuilt every timebecause the &apos;targets&apos; additions are also wrong; the file paths in&apos;targets&apos; must be relative to the current Makefile.Fix all of them so the if_changed rules work correctly.Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Acked-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;

            List of files:
            /linux-6.15/arch/microblaze/kernel/syscalls/Makefile</description>
        <pubDate>Mon, 15 Feb 2021 00:48:22 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>fc06bac3 - microblaze: add system call table generation support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/microblaze/kernel/syscalls/Makefile#fc06bac3</link>
        <description>microblaze: add system call table generation supportThe system call tables are in different format in allarchitecture and it will be difficult to manually add,modify or delete the syscall table entries in the res-pective files. To make it easy by keeping a script andwhich will generate the uapi header and syscall tablefile. This change will also help to unify the implemen-tation across all architectures.The system call table generation script is added inkernel/syscalls directory which contain the scripts togenerate both uapi header file and system call tablefiles. The syscall.tbl will be input for the scripts.syscall.tbl contains the list of available system callsalong with system call number and corresponding entrypoint. Add a new system call in this architecture willbe possible by adding new entry in the syscall.tbl file.Adding a new table entry consisting of:  	- System call number.	- ABI.	- System call name.	- Entry point name.syscallhdr.sh and syscalltbl.sh will generate uapi headerunistd_32.h and syscall_table.h files respectively. Both.sh files will parse the content syscall.tbl to generatethe header and table files. unistd_32.h will be includedby uapi/asm/unistd.h and syscall_table.h is included bykernel/syscall_table.S - the real system call table.ARM, s390 and x86 architecuture does have similar support.I leverage their implementation to come up with a genericsolution.Signed-off-by: Firoz Khan &lt;firoz.khan@linaro.org&gt;Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;

            List of files:
            /linux-6.15/arch/microblaze/kernel/syscalls/Makefile</description>
        <pubDate>Tue, 13 Nov 2018 06:04:33 +0000</pubDate>
        <dc:creator>Firoz Khan &lt;firoz.khan@linaro.org&gt;</dc:creator>
    </item>
</channel>
</rss>
