Your ROOT_URL in app.ini is https://gitea.jennalody.de/ but you are visiting https://gitea.jenslody.de/jenna/kernel_samsung_sm7125/src/branch/fourteen/drivers/nfc/pn544/Makefile
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#
|
|
# Makefile for PN544 HCI based NFC driver
|
|
#
|
|
|
|
pn544_i2c-objs = i2c.o
|
|
pn544_mei-objs = mei.o
|
|
|
|
obj-$(CONFIG_NFC_PN544) += pn544.o
|
|
obj-$(CONFIG_NFC_PN544_I2C) += pn544_i2c.o
|
|
obj-$(CONFIG_NFC_PN544_MEI) += pn544_mei.o
|
|
|