[okl4-developer] how to compile a kernel(OKL4_3.0) with FASS.
Josh Matthews
jmatthews at ok-labs.com
Wed Apr 15 04:15:01 EST 2009
Hi Zhhwu,
On Sun, April 12, 2009 4:09 am, zhhwu wrote:
>
> deos any one know how to compile a kernel with FASS?
> Or is there any step_by_step docs ?
FASS is controlled by macro CONFIG_ENABLE_FASS. It's enabled automatically
for ARMv5 architectures - you can see this in pistachio/SConscript:
if arch == "arm":
if arch_version == 5:
cppdefines += [("CONFIG_ARM_VER", 5)]
cppdefines += [("CONFIG_ENABLE_FASS", 1)]
Best regards,
Josh
More information about the Developer
mailing list