Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/8cbbb1098d139ff70e2c1ebe2b78ed3d644d9ff2
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
6 additions and
51 deletions
board/freescale/t1040qds/Makefile
board/keymile/kmp204x/Makefile
@ -4,34 +4,8 @@
# SPDX-License-Identifier: GPL-2.0+
#
i n c l u d e $( TOPDIR ) / c o n f i g . m k
LIB = $( obj) lib$( BOARD) .o
COBJS-y += $( BOARD) .o
COBJS-y += ddr.o
COBJS-$(CONFIG_PCI) += pci.o
COBJS-y += law.o
COBJS-y += tlb.o
SRCS := $( SOBJS:.o= .S) $( COBJS-y:.o= .c)
OBJS := $( addprefix $( obj) ,$( COBJS-y) )
SOBJS := $( addprefix $( obj) ,$( SOBJS) )
$(LIB) : $( obj ) .depend $( OBJS ) $( SOBJS )
$( call cmd_link_o_target, $( OBJS) )
clean :
rm -f $( OBJS) $( SOBJS)
distclean : clean
rm -f $( LIB) core *.bak .depend
#########################################################################
# defines $(obj).depend target
i n c l u d e $( SRCTREE ) / r u l e s . m k
s i n c l u d e $( obj ) . d e p e n d
#########################################################################
obj-y += $( BOARD) .o
obj-y += ddr.o
obj-$(CONFIG_PCI) += pci.o
obj-y += law.o
obj-y += tlb.o
@ -21,28 +21,9 @@
# MA 02111-1307 USA
#
i n c l u d e $( TOPDIR ) / c o n f i g . m k
i f n e q ( $( OBJTREE ) , $( SRCTREE ) )
$( shell mkdir -p $ ( obj ) ../common )
e n d i f
LIB = $( obj) lib$( BOARD) .o
COBJS := $( BOARD) .o ddr.o eth.o tlb.o pci.o law.o \
obj-y := $( BOARD) .o ddr.o eth.o tlb.o pci.o law.o \
../common/common.o ../common/ivm.o
SRCS := $( SOBJS:.o= .S) $( COBJS:.o= .c)
OBJS := $( addprefix $( obj) ,$( COBJS) )
SOBJS := $( addprefix $( obj) ,$( SOBJS) )
$(LIB) : $( obj ) .depend $( OBJS )
$( call cmd_link_o_target, $( OBJS) )
#########################################################################
# defines $(obj).depend target
i n c l u d e $( SRCTREE ) / r u l e s . m k
s i n c l u d e $( obj ) . d e p e n d
#########################################################################