Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/src/commit/14142811f4c2d4da28e86ccb2375487f8dff02cb/drivers/demo/Makefile
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#
|
|
# Copyright (c) 2013 Google, Inc
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += demo-uclass.o demo-pdata.o
|
|
obj-$(CONFIG_DM_DEMO_SIMPLE) += demo-simple.o
|
|
obj-$(CONFIG_DM_DEMO_SHAPE) += demo-shape.o
|
|
|