Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/src/commit/ecf591e303ed576817f0638ade56e2fab7d910c8/fs/fat/Makefile
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-$(CONFIG_FS_FAT) := fat.o
|
|
obj-$(CONFIG_FAT_WRITE):= fat_write.o
|
|
|
|
ifndef CONFIG_SPL_BUILD
|
|
obj-$(CONFIG_FS_FAT) += file.o
|
|
endif
|
|
|