Skip to content

This make.cross script helps to cross compile a kernel driver or a particular file for a particular architecture.

Notifications You must be signed in to change notification settings

bhumikagoyal/Cross-compile-kernel-drivers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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>

About

This make.cross script helps to cross compile a kernel driver or a particular file for a particular architecture.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages