Your Config.in file...it needs to have a newline after endmenu
, if you have menu
. So basically:
menu "Kernel Modules"
source "$BR2_EXTERNAL_TEST_KERNEL_MODULES_PATH/package/kernel-modules/test-mod/Config.in"
endmenu
Now, this might make sense if all Config.in
needed this newline, but they don't! The error is pretty
arcane too, it complains about endmenu in different file than menu
or some such thing.