5 libam7xxx uses the linux kernel coding style:
 
   6 http://kernel.org/doc/Documentation/CodingStyle
 
  10 The suggested way to hack on the project is:
 
  14   $ cmake ../ -DCMAKE_BUILD_TYPE=debug
 
  17 If you want to check the code with the ''sparse'' static analysis tool you
 
  22   $ cmake ../ -DCMAKE_C_COMPILER=cgcc