From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.9 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4DC24C43387 for ; Fri, 14 Dec 2018 22:48:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B5A342080F for ; Fri, 14 Dec 2018 22:48:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730766AbeLNWsc (ORCPT ); Fri, 14 Dec 2018 17:48:32 -0500 Received: from mga18.intel.com ([134.134.136.126]:9426 "EHLO mga18.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730734AbeLNWsb (ORCPT ); Fri, 14 Dec 2018 17:48:31 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Dec 2018 14:48:31 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,354,1539673200"; d="scan'208";a="100810089" Received: from bgix-dell-lap.sea.intel.com ([10.251.138.67]) by orsmga006.jf.intel.com with ESMTP; 14 Dec 2018 14:48:30 -0800 From: Brian Gix To: linux-bluetooth@vger.kernel.org Cc: johan.hedberg@gmail.com, inga.stotland@intel.com, marcel@holtmann.org, brian.gix@intel.com Subject: [PATCH BlueZ 30/30] mesh: Enable building Mesh Daemon Date: Fri, 14 Dec 2018 14:47:53 -0800 Message-Id: <20181214224753.2892-31-brian.gix@intel.com> X-Mailer: git-send-email 2.14.5 In-Reply-To: <20181214224753.2892-1-brian.gix@intel.com> References: <20181214224753.2892-1-brian.gix@intel.com> Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 7e92977b7..f84a1faba 100644 --- a/Makefile.am +++ b/Makefile.am @@ -303,6 +303,7 @@ unit_tests = include Makefile.tools include Makefile.obexd include android/Makefile.am +include Makefile.mesh if HID2HCI rulesdir = $(UDEV_DIR)/rules.d -- 2.14.5