Difference between revisions of "EBC Exercise 24 Kconfig Edits"

From eLinux.org
Jump to: navigation, search
(Created page with 'Category:ECE597 Sections 4.3.4 - 4.3.6 show how to modify '''Kconfig''' files. Find the correct Kconfig file and modify it so the following option appears when configuring …')
 
m
Line 7: Line 7:
 
[[File:Make_xconfig_switch_2.png‎]]
 
[[File:Make_xconfig_switch_2.png‎]]
  
What changes do you have to make to the corrisponding makefile for your new addition to be compiled?
+
What changes do you have to make to the corresponding makefile for your new addition to be compiled?

Revision as of 19:27, 21 March 2010


Sections 4.3.4 - 4.3.6 show how to modify Kconfig files. Find the correct Kconfig file and modify it so the following option appears when configuring the kernel.

Hint: use make xconfig and search for a keyword

Make xconfig switch 2.png

What changes do you have to make to the corresponding makefile for your new addition to be compiled?