Your ROOT_URL in app.ini is https://gitea.jennalody.de/ but you are visiting https://gitea.jenslody.de/jenna/kernel_samsung_sm7125/blame/commit/718a30a5cf0a9142f716a49853bd4b4a25a8da1b/arch/ia64/mm/Makefile
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
#
|
|
|
|
# Makefile for the ia64-specific parts of the memory manager.
|
|
|
|
#
|
|
|
|
|
|
|
|
obj-y := init.o fault.o tlb.o extable.o
|
|
|
|
|
|
|
|
obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
|
|
|
|
obj-$(CONFIG_NUMA) += numa.o
|
|
|
|
obj-$(CONFIG_DISCONTIGMEM) += discontig.o
|
|
|
|
ifndef CONFIG_DISCONTIGMEM
|
|
|
|
obj-y += contig.o
|
|
|
|
endif
|