Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/src/commit/2cdc778b62e46439dff84560a2def3032099f129/drivers/spmi/Makefile
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#
|
|
# (C) Copyright 2015 Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-$(CONFIG_SPMI) += spmi-uclass.o
|
|
obj-$(CONFIG_SPMI_MSM) += spmi-msm.o
|
|
obj-$(CONFIG_SPMI_SANDBOX) += spmi-sandbox.o
|
|
|