aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2017-09-09 13:00:15 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2017-09-09 13:00:15 -0400
commitc054be10ffdbd5507a1fd738067d76acfb4808fd (patch)
tree8aab341bd9c3e43369114fe46a2104026ff20d3e
parent0e271fd59fe9e6d8c932309e7a42a4519c5aac6f (diff)
remove gperf left-overs from build system
I removed all the gperf use, but not the Makefile rules. Sam Ravnborg says I get bonus points for cleaning this up. I'll hold him to it. Requested-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r--scripts/Makefile.lib9
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
index dcc0d5fdf5a2..5e975fee0f5b 100644
--- a/scripts/Makefile.lib
+++ b/scripts/Makefile.lib
@@ -194,15 +194,6 @@ endef
194 194
195ifdef REGENERATE_PARSERS 195ifdef REGENERATE_PARSERS
196 196
197# GPERF
198# ---------------------------------------------------------------------------
199quiet_cmd_gperf = GPERF $@
200 cmd_gperf = gperf -t --output-file $@ -a -C -E -g -k 1,3,$$ -p -t $<
201
202.PRECIOUS: $(src)/%.hash.c_shipped
203$(src)/%.hash.c_shipped: $(src)/%.gperf
204 $(call cmd,gperf)
205
206# LEX 197# LEX
207# --------------------------------------------------------------------------- 198# ---------------------------------------------------------------------------
208LEX_PREFIX = $(if $(LEX_PREFIX_${baseprereq}),$(LEX_PREFIX_${baseprereq}),yy) 199LEX_PREFIX = $(if $(LEX_PREFIX_${baseprereq}),$(LEX_PREFIX_${baseprereq}),yy)