From ee34207fdd84cc9e55c608d43fb22bfaa54916c3 Mon Sep 17 00:00:00 2001 From: Mark Charlebois Date: Thu, 21 Jan 2016 21:49:52 -0800 Subject: [PATCH] Added param module back for nuttx build Signed-off-by: Mark Charlebois --- src/modules/systemlib/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/systemlib/CMakeLists.txt b/src/modules/systemlib/CMakeLists.txt index 1f99d617fd..25f7d26a50 100644 --- a/src/modules/systemlib/CMakeLists.txt +++ b/src/modules/systemlib/CMakeLists.txt @@ -54,6 +54,7 @@ if(${OS} STREQUAL "nuttx") list(APPEND SRCS err.c printload.c + param/param.c up_cxxinitialize.c ) elseif ("${CONFIG_SHMEM}" STREQUAL "1")