summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2017-09-09 10:00:15 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2017-09-09 10:00:15 -0700
commitc054be10ffdbd5507a1fd738067d76acfb4808fd (patch)
tree8aab341bd9c3e43369114fe46a2104026ff20d3e /scripts
parent0e271fd59fe9e6d8c932309e7a42a4519c5aac6f (diff)
downloadop-kernel-dev-c054be10ffdbd5507a1fd738067d76acfb4808fd.zip
op-kernel-dev-c054be10ffdbd5507a1fd738067d76acfb4808fd.tar.gz
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>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.lib9
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
index dcc0d5f..5e975fe 100644
--- a/scripts/Makefile.lib
+++ b/scripts/Makefile.lib
@@ -194,15 +194,6 @@ endef
ifdef REGENERATE_PARSERS
-# GPERF
-# ---------------------------------------------------------------------------
-quiet_cmd_gperf = GPERF $@
- cmd_gperf = gperf -t --output-file $@ -a -C -E -g -k 1,3,$$ -p -t $<
-
-.PRECIOUS: $(src)/%.hash.c_shipped
-$(src)/%.hash.c_shipped: $(src)/%.gperf
- $(call cmd,gperf)
-
# LEX
# ---------------------------------------------------------------------------
LEX_PREFIX = $(if $(LEX_PREFIX_${baseprereq}),$(LEX_PREFIX_${baseprereq}),yy)
OpenPOWER on IntegriCloud