From 3ead977aa4522d10aaac8fdce508c3237666ab30 Mon Sep 17 00:00:00 2001 From: Junhwan Park Date: Tue, 18 Apr 2017 14:51:27 +0900 Subject: [PATCH] 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 --- apps/examples/sensorbd_demo/Make.defs | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 apps/examples/sensorbd_demo/Make.defs 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 -- 2.7.4