mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 04:31:50 +00:00
e71ea3bada
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
|