summaryrefslogtreecommitdiffstats
path: root/arch/nds32/kernel/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* nds32/ftrace: Support static function tracerZong Li2018-09-041-0/+6
| | | | | | | | | | | This patch support the static function tracer. On nds32 ABI, we need to always push return address to stack for __builtin_return_address can work correctly, otherwise, it will get the wrong value of $lp at leaf function. Signed-off-by: Zong Li <zong@andestech.com> Acked-by: Greentime Hu <greentime@andestech.com> Signed-off-by: Greentime Hu <greentime@andestech.com>
* nds32: Build infrastructureGreentime Hu2018-02-221-0/+23
This patch adds Makefile, Kconfig and vmlinux.lds.S files required for building an nds32 kernel. Signed-off-by: Vincent Chen <vincentc@andestech.com> Signed-off-by: Greentime Hu <greentime@andestech.com> Acked-by: Arnd Bergmann <arnd@arndb.de>