ppd42ns: glibc < 2.17 need to link to lrt to use clock_gettime()

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
Signed-off-by: Sarah Knepper <sarah.knepper@intel.com>
This commit is contained in:
Brendan Le Foll 2015-01-17 10:10:16 +00:00 committed by Sarah Knepper
parent 4bae8bfa20
commit 1ac1760691

View File

@ -2,4 +2,4 @@ set (libname "ppd42ns")
set (libdescription "upm ppd42ns dust sensor module")
set (module_src ${libname}.cxx)
set (module_h ${libname}.h)
upm_module_init()
upm_module_init("-lrt")