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/29e99761ebe6e28c78f4e87a3944372d1874dc10/drivers/mmc/Makefile
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#
|
|
# Makefile for the kernel mmc device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_MMC) += core/
|
|
obj-$(subst m,y,$(CONFIG_MMC)) += host/
|
|
|