ulfalizer / Kconfiglib

A flexible Python 2/3 Kconfig implementation and library
ISC License
448 stars 160 forks source link

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

Open montjoie opened 3 years ago

montjoie commented 3 years ago

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

montjoie commented 3 years ago

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

cleanerx commented 3 years ago

Probably due to this change in the linux kernel https://github.com/torvalds/linux/commit/6dd85ff178cd76851e2184b13e545f5a88d1be30