Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/src/commit/b21f87a3e02461c600f1c172b053f1530a532d90/arch/openrisc/cpu/Makefile
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#
|
|
# (C) Copyright 2011
|
|
# Julius Baxter <julius@opencores.org>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
extra-y = start.o
|
|
obj-y = cache.o cpu.o exceptions.o interrupts.o
|
|
|