Compiling the kernel

Posted by: wfaulk

Compiling the kernel - 10/01/2002 22:47

Here's a stupid question:

How does one compile the empeg kernel? That is, what options do I need to supply to ``make config''? Any further answers to questions I haven't thought of yet would be appreciated.
Posted by: mcomb

Re: Compiling the kernel - 11/01/2002 00:24

Copy arch/arm/def-configs/empeg-car[1|2] to .config before running make config and then you can just accept all the defaults.

-Mike
Posted by: xavyer

Re: Compiling the kernel - 11/01/2002 01:30

Attached is a Makefile which you might find useful.

Place it at the same level as the kernel source tree:

/src/Makefile
/src/empeg/ (kernel sources here)
Posted by: wfaulk

Re: Compiling the kernel - 11/01/2002 12:55

Thanks.