Difference between revisions of "EBC Exercise 24 Kconfig Edits"
From eLinux.org
m (moved ECE497 Kconfig Edits to ECE497 Lab04 Kconfig Edits) |
m |
||
| (7 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | [[Category: | + | [[Category:ECE497]] |
| + | {{YoderHead}} | ||
| − | + | Download the Linux Kernel by following [[EBC Exercise 08 Installing Development Tools]]. Then you can proceed. | |
| + | |||
| + | Section 4.4 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 | Hint: use '''make xconfig''' and search for a keyword | ||
| Line 8: | Line 11: | ||
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}} | ||
Latest revision as of 15:12, 8 November 2012
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 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
What changes do you have to make to the corresponding makefile for your new addition to be compiled?
Embedded Linux Class by Mark A. Yoder
