Difference between revisions of "EBC Exercise 24 Kconfig Edits"

From eLinux.org
Jump to: navigation, search
m (Updated for 3.8 kernel)
m (Updated for 3.8 kernel)
Line 8: Line 8:
 
Hint:  use '''make xconfig''' and search for a keyword
 
Hint:  use '''make xconfig''' and search for a keyword
  
[[File:Make_xconfig_switch_2.png‎]]
+
[[File:KernelConfig.png‎]]
  
 
What changes do you have to make to the corresponding 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?
  
 
{{YoderFoot}}
 
{{YoderFoot}}

Revision as of 10:04, 3 June 2013

thumb‎ Embedded Linux Class by Mark A. Yoder


Download the Linux Kernel by following EBC Exercise 08 Installing Development Tools. Then you can proceed.

Section 4.4 of the Embedded Linux Primer shows 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

KernelConfig.png

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




thumb‎ Embedded Linux Class by Mark A. Yoder