To build CMD driver, change the directory to the driver path and enter the following command:
$ make
You can find the driver icmd.ko generated in the same directory.
To install the CMD driver, enter the following command with root privilege:
$ make install
To uninstall the CMD driver, enter the following commands:
$ make uninstall