Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/src/commit/f9c690b0f6ac1e6a0436d304a1fdf78d0c8948c0/board/CarMediaLab/flea3/Makefile
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#
|
|
# Copyright (C) 2007, Guennadi Liakhovetski <lg@denx.de>
|
|
#
|
|
# (C) Copyright 2008-2009 Freescale Semiconductor, Inc.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y := flea3.o
|
|
obj-y += lowlevel_init.o
|
|
|