mirror of
https://github.com/eclipse/upm.git
synced 2025-07-27 14:11:15 +03:00
bmpx8x: rename gy65 to bmpx8x to more properly reflect supported chips
Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:

committed by
Mihai Tudor Panu

parent
f0dd5f9530
commit
23e47fa3b9
5
src/bmpx8x/CMakeLists.txt
Normal file
5
src/bmpx8x/CMakeLists.txt
Normal file
@ -0,0 +1,5 @@
|
||||
set (libname "bmpx8x")
|
||||
set (libdescription "upm BMPX8X")
|
||||
set (module_src ${libname}.cxx)
|
||||
set (module_h ${libname}.h)
|
||||
upm_module_init()
|
Reference in New Issue
Block a user