m0n0 wrote:
I'm getting into FEC driver for FireTOS DMA API... But there seems to be problem, the architecture is prefixed with "m68" - so that an kernel module just needs to define "020" or "020-60"... if you specify 5475 it results in m685475 ... did anybody handled that already, or knows an patch for the makefiles?
For all the kernel modules I patched for ColdFire so far, they build fine using:
make CPU=v4eIf it does not work for you, you can look at the makefiles of ext2.xfs, xconout2.xdd, etc.
-- Vincent Rivière