Hi all,
I'm writing a package to include some vendor specific modules. These modules have a lot of compilation flag that I can select at compile-time. How can I write a Package Makefile to show the module name followed by some selectable option?
For example (mokeup)
<*> kmod-mydriver............ My good driver
[ ] Enable option A
[ ] Enable option B
....
It's clear for me how write a standard package Makefile to show only the module selection... but I don't know how insert the options. Now I'm using some fake package entry as well as workaround... but I don't like it...
thanks a lot
luigi