mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-06 03:10:56 +00:00
![Greentime Hu](/assets/img/avatar_default.png)
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>
8 lines
270 B
Makefile
8 lines
270 B
Makefile
obj-y := extable.o tlb.o \
|
|
fault.o init.o ioremap.o mmap.o \
|
|
mm-nds32.o cacheflush.o proc.o
|
|
|
|
obj-$(CONFIG_ALIGNMENT_TRAP) += alignment.o
|
|
obj-$(CONFIG_HIGHMEM) += highmem.o
|
|
CFLAGS_proc-n13.o += -fomit-frame-pointer
|