sensorbd_demo: Use wildcards Make.defs
authorJunhwan Park <junhwan.park@samsung.com>
Tue, 18 Apr 2017 05:51:27 +0000 (14:51 +0900)
committerHeesub Shin <heesub.shin@samsung.com>
Sat, 6 May 2017 10:50:06 +0000 (19:50 +0900)
The 'Make.defs' file management policy in apps/examples has been
changed.

Change-Id: I821cc494f75fcb127a9094f46f97f2b24f3474a3
Signed-off-by: Junhwan Park <junhwan.park@samsung.com>
apps/examples/sensorbd_demo/Make.defs [new file with mode: 0644]

diff --git a/apps/examples/sensorbd_demo/Make.defs b/apps/examples/sensorbd_demo/Make.defs
new file mode 100644 (file)
index 0000000..d16f11b
--- /dev/null
@@ -0,0 +1,21 @@
+###########################################################################
+#
+# Copyright 2017 Samsung Electronics All Rights Reserved.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
+# either express or implied. See the License for the specific
+# language governing permissions and limitations under the License.
+#
+###########################################################################
+
+ifeq ($(CONFIG_EXAMPLES_SENSORBOARD),y)
+CONFIGURED_APPS += examples/sensorbd_demo
+endif