From: Junhwan Park Date: Tue, 18 Apr 2017 05:51:27 +0000 (+0900) Subject: sensorbd_demo: Use wildcards Make.defs X-Git-Tag: 1.1_Public_Release~597^2~144 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3ead977aa4522d10aaac8fdce508c3237666ab30;p=rtos%2Ftinyara.git sensorbd_demo: Use wildcards Make.defs The 'Make.defs' file management policy in apps/examples has been changed. Change-Id: I821cc494f75fcb127a9094f46f97f2b24f3474a3 Signed-off-by: Junhwan Park --- diff --git a/apps/examples/sensorbd_demo/Make.defs b/apps/examples/sensorbd_demo/Make.defs new file mode 100644 index 0000000..d16f11b --- /dev/null +++ b/apps/examples/sensorbd_demo/Make.defs @@ -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