This make.cross script helps to cross compile a kernel driver or a particular file for a particular architecture. Command to run: ./make.cross ARCH=<?name-of-architecture> <?path-to-driver/subdriver> Example: ./make.cross ARCH=arm <?path-to-driver>
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This make.cross script helps to cross compile a kernel driver or a particular file for a particular architecture. Command to run: ./make.cross ARCH=<?name-of-architecture> <?path-to-driver/subdriver> Example: ./make.cross ARCH=arm <?path-to-driver>