Loading project/Makefile.in +3 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,9 @@ QUIET:=$(if $(findstring s,$(MAKEFLAGS)),-q,) # Strip off the annoying quoting ARCH:=$(strip $(subst ",, $(BR2_ARCH))) ifeq ($(ARCH),xtensa) ARCH:=$(ARCH)_$(strip $(subst ",,$(BR2_xtensa_core_name))) endif #")) WGET:=$(strip $(subst ",, $(BR2_WGET))) $(SPIDER) $(QUIET) #")) Loading Loading
project/Makefile.in +3 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,9 @@ QUIET:=$(if $(findstring s,$(MAKEFLAGS)),-q,) # Strip off the annoying quoting ARCH:=$(strip $(subst ",, $(BR2_ARCH))) ifeq ($(ARCH),xtensa) ARCH:=$(ARCH)_$(strip $(subst ",,$(BR2_xtensa_core_name))) endif #")) WGET:=$(strip $(subst ",, $(BR2_WGET))) $(SPIDER) $(QUIET) #")) Loading