mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
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
|