kynesim / kbus

Automatically exported from code.google.com/p/kbus
Other
5 stars 2 forks source link

The kernel module Makefile should support cross compilation #64

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The kernel module Makefile currently assumes that we are not doing cross 
compilation. This is silly as cross compilation is a frequent usage. Fix it.

Original issue reported on code.google.com by t...@tibsnjoan.co.uk on 11 Jul 2011 at 10:24

RMJ10 commented 3 years ago

I think this has been done (at least the Makefile pays attention to $(CROSS_COMPILE))