[linux] 01/02: debian/rules.d/scripts/{genksyms, kconfig}/Makefile: Update for 4.14

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Mon Oct 2 17:37:54 UTC 2017


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository linux.

commit 6bea054037745aa37a777bfecd0b1402d43f536e
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Mon Oct 2 04:06:25 2017 +0100

    debian/rules.d/scripts/{genksyms,kconfig}/Makefile: Update for 4.14
    
    The keyword tables for genkyms and kconfig are now linear arrays, not
    hash tables generated by ghash.  The filenames changed accordingly.
---
 debian/rules.d/scripts/genksyms/Makefile | 2 +-
 debian/rules.d/scripts/kconfig/Makefile  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules.d/scripts/genksyms/Makefile b/debian/rules.d/scripts/genksyms/Makefile
index 8e416da..2d803c5 100644
--- a/debian/rules.d/scripts/genksyms/Makefile
+++ b/debian/rules.d/scripts/genksyms/Makefile
@@ -4,7 +4,7 @@ include $(top_rulesdir)/Makefile.inc
 
 genksyms: genksyms.o parse.tab.o lex.lex.o
 
-lex.lex.o: keywords.hash.c parse.tab.h
+lex.lex.o: keywords.c parse.tab.h
 
 %.c: %.c_shipped
 	ln -s $< $@
diff --git a/debian/rules.d/scripts/kconfig/Makefile b/debian/rules.d/scripts/kconfig/Makefile
index b6e2521..01b6367 100644
--- a/debian/rules.d/scripts/kconfig/Makefile
+++ b/debian/rules.d/scripts/kconfig/Makefile
@@ -4,7 +4,7 @@ include $(top_rulesdir)/Makefile.inc
 
 conf: conf.o zconf.tab.o
 
-zconf.tab.c: zconf.hash.c zconf.lex.c
+zconf.tab.c: kconf_id.c zconf.lex.c
 
 %.c: %.c_shipped
 	ln -sf $< $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list