summaryrefslogtreecommitdiffstats
path: root/rules/pre/autogen.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-05-31 10:39:49 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-05-31 17:37:39 +0200
commit80a5494ef64caa18fc8661ff799932c218766cff (patch)
treec7b14ed29adfe5ac5a24739ca306d7a58f103a13 /rules/pre/autogen.make
parent4af19a8bdf822839ec78913f1d70793b695ed2bf (diff)
downloadptxdist-80a5494ef64caa18fc8661ff799932c218766cff.tar.gz
ptxdist-80a5494ef64caa18fc8661ff799932c218766cff.tar.xz
ptxd_make_world_patchin: drop support for old generic/ subdir
For legacy reasons, patches could be in a 'generic' subdir. This has not been used in a long time. Remove support for this but add a check to fail, if such patches are found. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/pre/autogen.make')
-rw-r--r--rules/pre/autogen.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/pre/autogen.make b/rules/pre/autogen.make
index 584d140d6..ed4dcfa2f 100644
--- a/rules/pre/autogen.make
+++ b/rules/pre/autogen.make
@@ -10,7 +10,7 @@
autogen_dep = $(strip $(wildcard \
$(foreach dir,$(subst :,/$(strip $(1))$(space),$(PTXDIST_PATH_PATCHES)),\
- $(dir)/generic/autogen.sh $(dir)/autogen.sh)))
+ $(dir)/autogen.sh)))
$(STATEDIR)/autogen-tools:
@$(call targetinfo)