mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-20 20:08:55 +07: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
|