ulfalizer / Kconfiglib

A flexible Python 2/3 Kconfig implementation and library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error: couldn't parse 'modules': unrecognized construct

montjoie opened this issue · comments

on top of a linux tree I got:
SRCARCH=arm ARCH=arm srctree=. CC=gcc LD=ld KERNELVERSION=5.12.0 genconfig
/usr/lib/python-exec/python3.7/genconfig: init/Kconfig:2078: error: couldn't parse 'modules': unrecognized construct

removing this line (modules on :2078) made the process continue

Probably due to this change in the linux kernel
torvalds/linux@6dd85ff