Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nds32: linker script: GCOV kernel may refers data in __exit | Greentime Hu | 2018-09-05 | 1 | -0/+12 |
| | | | | | | | | | | | This patch is used to fix nds32 allmodconfig/allyesconfig build error because GCOV kernel embeds counters in the kernel for each line and a part of that embed in __exit text. So we need to keep the EXIT_TEXT and EXIT_DATA if CONFIG_GCOV_KERNEL=y. Link: https://lkml.org/lkml/2018/9/1/125 Signed-off-by: Greentime Hu <greentime@andestech.com> Reviewed-by: Masami Hiramatsu <mhiramat@kernel.org> | ||||
* | nds32: Build infrastructure | Greentime Hu | 2018-02-22 | 1 | -0/+57 |
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> |