max44009: Initial Implementation Maxim 44009 light sensor
Signed-off-by: Henry Bruce <henry.bruce@intel.com> Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
committed by
Abhishek Malik
parent
1f1a1bce8e
commit
33734dc2e2
6
src/max44009/CMakeLists.txt
Normal file
6
src/max44009/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
include_directories(..)
|
||||
set (libname "max44009")
|
||||
set (libdescription "upm MAX44009")
|
||||
set (module_src ${libname}.cxx)
|
||||
set (module_h ${libname}.h)
|
||||
upm_module_init()
|
||||
Reference in New Issue
Block a user