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

Makefile: delete unnecessary CPPFLAGS settings

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
master
Masahiro Yamada 11 years ago committed by Tom Rini
parent dd88ab325c
commit 878a095e44
  1. 2
      board/freescale/common/p_corenet/Makefile
  2. 2
      common/Makefile

@ -5,8 +5,6 @@
# SPDX-License-Identifier: GPL-2.0+
#
CPPFLAGS += -I$(TOPDIR)
obj-y += law.o
obj-$(CONFIG_PCI) += pci.o
obj-y += tlb.o

@ -230,8 +230,6 @@ obj-$(CONFIG_FIT_SIGNATURE) += image-sig.o
obj-y += memsize.o
obj-y += stdio.o
CPPFLAGS += -I..
$(obj)env_embedded.o: $(src)env_embedded.c
$(CC) $(AFLAGS) -Wa,--no-warn \
-DENV_CRC=$(shell $(obj)../tools/envcrc) \

Loading…
Cancel
Save