Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/cff80f2cd12bf9767509b5334ecfc90cd7de5502 You should set ROOT_URL correctly, otherwise the web may not work correctly.

config.mk: Remove unused HPATH

This variable is not unused anywhere.

Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
master
Shinya Kuribayashi 16 years ago committed by Wolfgang Denk
parent a781de1270
commit cff80f2cd1
  1. 2
      config.mk

@ -196,7 +196,7 @@ endif
#########################################################################
export HPATH HOSTCC HOSTCFLAGS CROSS_COMPILE \
export HOSTCC HOSTCFLAGS CROSS_COMPILE \
AS LD CC CPP AR NM STRIP OBJCOPY OBJDUMP MAKE
export TEXT_BASE PLATFORM_CPPFLAGS PLATFORM_RELFLAGS CPPFLAGS CFLAGS AFLAGS

Loading…
Cancel
Save