Skip to content
Snippets Groups Projects
Select Git revision
  • 86e89a86d1a40bc6bc479e28d6976fee8d28acd4
  • experimental
  • master
  • v2021.1.2-ffs
  • v2021.1.1-ffs
  • nrb/gluon-master-cpe510
  • v2021.1-ffs
  • v2020.2.3-ffs
  • nrbffs/fastd-remove-delay
  • v2020.2.2-ffs
  • v2020.2.1-ffs
  • v2020.2-ffs
  • v2020.2.x
  • v2020.1.3-ffs
  • v2020.1.1-ffs
  • v2020.1-ffs
  • v2019.1.2-ffs
  • v2019.1.1-ffs
  • nrb/test-radv-filter
  • v2019.1-ffs
  • nrbffs/netgear-ex6120
  • v2021.1.2-ffs0.2
  • v2021.1.2-ffs0.1
  • v2021.1.1-ffs0.4
  • v2021.1.1-ffs0.3
  • v2021.1.1-ffs0.2
  • v2021.1.1-ffs0.1
  • v2021.1-ffs0.1
  • v2020.2.3-ffs0.3
  • v2020.2.3-ffs0.2
  • v2020.2.3-ffs0.1
  • v2020.2.2-ffs0.1
  • v2020.2.1-ffs0.1
  • v2020.2-ffs0.1
  • v2020.2
  • v2020.2.x-ffs0.1
  • v2020.1.3-ffs0.1
  • v2020.1.1-ffs0.1
  • v2020.1-ffs0.1
  • v2019.1.2-ffs0.1
  • v2019.1.1-ffs0.1
41 results

0013-sunxi-clean-up-modules-definitions.patch

Blame
  • Forked from firmware / FFS Gluon
    Source project has a limited visibility.
    0001-tools-Makefile-fix-host-tools-build-dependencies.patch 1.16 KiB
    From: Matthias Schiffer <mschiffer@universe-factory.net>
    Date: Sat, 26 Jul 2014 06:10:23 +0200
    Subject: tools/Makefile: fix host tools build dependencies
    
    diff --git a/tools/Makefile b/tools/Makefile
    index d2fe2ffddf4b7207a937ca75efe1c2728e8067aa..c6cded8eccd81c422f99e7ee50754c4bc66decc7 100644
    --- a/tools/Makefile
    +++ b/tools/Makefile
    @@ -95,10 +95,16 @@ define PrepareStaging
     endef
     
     # preparatory work
    +ifneq ($(ARCH),)
    +staging_prepared = $(STAGING_DIR)/.prepared
    +
     $(STAGING_DIR)/.prepared: $(TMP_DIR)/.build
     	$(call PrepareStaging,$(STAGING_DIR))
     	mkdir -p $(BUILD_DIR)/stamp
     	touch $@
    +else
    +staging_prepared :=
    +endif
     
     $(STAGING_DIR_HOST)/.prepared: $(TMP_DIR)/.build
     	$(call PrepareStaging,$(STAGING_DIR_HOST))
    @@ -110,8 +116,8 @@ $(STAGING_DIR_HOST)/.prepared: $(TMP_DIR)/.build
     
     endif
     
    -$(curdir)//prepare = $(STAGING_DIR)/.prepared $(STAGING_DIR_HOST)/.prepared
    -$(curdir)//compile = $(STAGING_DIR)/.prepared $(STAGING_DIR_HOST)/.prepared
    +$(curdir)//prepare = $(staging_prepared) $(STAGING_DIR_HOST)/.prepared
    +$(curdir)//compile = $(staging_prepared) $(STAGING_DIR_HOST)/.prepared
     
     # prerequisites for the individual targets
     $(curdir)/ := .config prereq