Your ROOT_URL in app.ini is https://gitea.jennalody.de/ but you are visiting https://gitea.jenslody.de/jenna/kernel_samsung_sm7125/src/commit/be9e68703c53fece406bc2e40976a5cfe2a8e77f/arch/sh/boards/superh/microdev/Makefile
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#
|
|
# Makefile for the SuperH MicroDev specific parts of the kernel
|
|
#
|
|
|
|
obj-y := setup.o irq.o io.o
|
|
|
|
obj-$(CONFIG_HEARTBEAT) += led.o
|
|
|
|
|