Skip to content

diablotech/teradimm-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To build the source:

	make -C linux

To build the src rpm:

	make -C linux/rpm

To build a binary rpm from the src rpm:

	rpmbuild --rebuild -D'tools none' -D'kversion <kernel_version>' teradimm-1.5.0.41-1.src.rpm

	where <kernel_version> is equal to the required kernel version, for which
	there are kernel headers in /lib/modules/${kernel_version} directory.

	For example:
	   rpmbuild --rebuild -D'tools none' -D'kversion 2.6.32-431.el6' teradimm-1.5.0.41-1.src.rpm

	Use 'uname -r' to get the kernel version of your machine, and remove
	the .x86_64 suffix.

About

Linux driver for MCS devices.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages