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.
This commit is contained in:
Ben Hutchings 2017-10-02 04:06:25 +01:00
parent 977b6ca1fd
commit 6bea054037
2 changed files with 2 additions and 2 deletions

View File

@ -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 $< $@

View File

@ -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 $< $@