From f9d219b187fefef00695cdd5504d847de0908244 Mon Sep 17 00:00:00 2001
From: jgs2185 <jgsnyder21@gmail.com>
Date: Mon, 14 Aug 2017 16:12:35 -0500
Subject: [PATCH] Ulanding: add ulanding to cmake driver lists

---
 cmake/configs/posix_ocpoc_cross.cmake  | 1 +
 cmake/configs/posix_ocpoc_ubuntu.cmake | 1 +
 2 files changed, 2 insertions(+)

diff --git a/cmake/configs/posix_ocpoc_cross.cmake b/cmake/configs/posix_ocpoc_cross.cmake
index 3b4056cc29..83620b46dc 100644
--- a/cmake/configs/posix_ocpoc_cross.cmake
+++ b/cmake/configs/posix_ocpoc_cross.cmake
@@ -73,6 +73,7 @@ set(config_module_list
 	drivers/ocpoc_sbus_rc_in
 	drivers/linux_pwm_out
 	drivers/rgbled
+	drivers/ulanding
 
 	#
 	# Libraries
diff --git a/cmake/configs/posix_ocpoc_ubuntu.cmake b/cmake/configs/posix_ocpoc_ubuntu.cmake
index 4b8d41af3a..cade535c40 100644
--- a/cmake/configs/posix_ocpoc_ubuntu.cmake
+++ b/cmake/configs/posix_ocpoc_ubuntu.cmake
@@ -72,6 +72,7 @@ set(config_module_list
 	drivers/ocpoc_sbus_rc_in
 	drivers/linux_pwm_out
 	drivers/rgbled
+	drivers/ulanding
 
 	#
 	# Libraries