1set (libname "mpu9150")
2set (libdescription "gyro, acceleromter and magnometer sensor based on mpu9150")
3set (module_src ${libname}.cxx ak8975.cxx mpu60x0.cxx mpu9250.cxx)
4set (module_h ${libname}.h ak8975.h mpu60x0.h mpu9250.h)
5upm_module_init()
6