diff options
| author | Julien Floret <julien.floret@6wind.com> | 2016-06-10 13:28:02 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-06-10 20:15:15 +0200 |
| commit | de2fff217402eb8e6321610cf700f4b0393caa02 (patch) | |
| tree | 52f230a6deb3293bf8a5085b024cbd8bbca123b2 /support | |
| parent | 89699852c50c9add778da69c7ee3e1325ff3be78 (diff) | |
| download | buildroot-de2fff217402eb8e6321610cf700f4b0393caa02.tar.gz buildroot-de2fff217402eb8e6321610cf700f4b0393caa02.zip | |
build: cleanup remaining references to BR2_STRIP_sstrip
sstrip option has been removed in commit
106f5b8c5093 ("build: remove deprecated sstrip option").
Signed-off-by: Julien Floret <julien.floret@6wind.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'support')
| -rw-r--r-- | support/dependencies/dependencies.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/support/dependencies/dependencies.mk b/support/dependencies/dependencies.mk index 82327216cd..4334dac4e8 100644 --- a/support/dependencies/dependencies.mk +++ b/support/dependencies/dependencies.mk @@ -16,10 +16,6 @@ $(shell support/dependencies/check-host-$(1).sh $(2)) endef -include $(sort $(wildcard support/dependencies/check-host-*.mk)) -ifeq ($(BR2_STRIP_sstrip),y) -DEPENDENCIES_HOST_PREREQ += host-sstrip -endif - ifeq ($(BR2_CCACHE),y) DEPENDENCIES_HOST_PREREQ += host-ccache endif |

