m0n0 wrote:
For all the kernel modules I patched for ColdFire so far, they build fine using: make CPU=v4e
...
hm... but the makefile for ext2 fs driver contains (after cvs update): CPU = 020-60 so this means it's always compiled for that arch... no matter what kernel is build.
When you add CPU= on the make command line you override the variable definition above :P
-- Vincent Rivière