Kernel Kconfig doubt..
Hi, I am facing one config issue in kernel building. I have added new define in my board def config, i added the config in Kconfig also but it is not taking and my expected part of define based code not building. Can anyone tel me what i am missing.
On Tue, Jun 17, 2014 at 3:21 PM, siva sangeetha <coolgeetha.ece@gmail.com> wrote:
Hi,
I am facing one config issue in kernel building. I have added new define in my board def config, i added the config in Kconfig also but it is not taking and my expected part of define based code not building. Can anyone tel me what i am missing.
You also need to mention that in the relevant Makefile .
On Tue, Jun 17, 2014 at 4:32 PM, Sudip Mukherjee <sudipm.mukherjee@gmail.com> wrote:
On Tue, Jun 17, 2014 at 3:21 PM, siva sangeetha <coolgeetha.ece@gmail.com> wrote:
Hi,
I am facing one config issue in kernel building. I have added new define in my board def config, i added the config in Kconfig also but it is not taking and my expected part of define based code not building. Can anyone tel me what i am missing.
Do you see your newly added configuration in the automatically generated file "include/config/auto.conf" Regards, Ayan Kumar Halder
One the lines of what Arun suggested, try using `make menuconfig` Regards, Karthik Nayak On Tue, Jun 17, 2014 at 7:59 PM, AYAN KUMAR HALDER <ayankumarh@gmail.com> wrote:
On Tue, Jun 17, 2014 at 4:32 PM, Sudip Mukherjee <sudipm.mukherjee@gmail.com> wrote:
On Tue, Jun 17, 2014 at 3:21 PM, siva sangeetha <coolgeetha.ece@gmail.com> wrote:
Hi,
I am facing one config issue in kernel building. I have added new define in my board def config, i added the config in Kconfig also but it is not taking and my expected part of define based code not building. Can anyone tel me what i am missing.
Do you see your newly added configuration in the automatically generated file "include/config/auto.conf"
Regards, Ayan Kumar Halder
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
Hi, Have you modified the Makefile accordingly? Regards, Abhishek Sharma On 17-06-2014 PM 03:21, siva sangeetha wrote:
Hi,
I am facing one config issue in kernel building. I have added new define in my board def config, i added the config in Kconfig also but it is not taking and my expected part of define based code not building. Can anyone tel me what i am missing.
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
participants (5)
-
Abhishek Sharma -
AYAN KUMAR HALDER -
karthik nayak -
siva sangeetha -
Sudip Mukherjee