Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/src/commit/0a8cc1a3a4206d556da784a0e98598190dfe5408/examples/Makefile
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
ifndef CONFIG_SANDBOX
|
|
|
|
ifdef FTRACE
|
|
subdir-ccflags-y += -finstrument-functions -DFTRACE
|
|
endif
|
|
|
|
subdir-y += standalone
|
|
subdir-$(CONFIG_API) += api
|
|
endif
|
|
|