Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755297AbbHJGYw (ORCPT ); Mon, 10 Aug 2015 02:24:52 -0400 Received: from mail-wi0-f172.google.com ([209.85.212.172]:34201 "EHLO mail-wi0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755247AbbHJGYr (ORCPT ); Mon, 10 Aug 2015 02:24:47 -0400 From: Mike Rapoport To: Greg Kroah-Hartman Cc: Brian Swetland , linux-kernel@vger.kernel.org, Mike Rapoport Subject: [PATCH 3/6] staging: android: combine sync.o and sync_debug.o into sync-core.o Date: Mon, 10 Aug 2015 09:24:18 +0300 Message-Id: <1439187861-3864-4-git-send-email-mike.rapoport@gmail.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1439187861-3864-1-git-send-email-mike.rapoport@gmail.com> References: <1439187861-3864-1-git-send-email-mike.rapoport@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1031 Lines: 28 to avoid cross dependencies when building sync as module Signed-off-by: Mike Rapoport --- drivers/staging/android/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/staging/android/Makefile b/drivers/staging/android/Makefile index c7b6c99..d9ebca6 100644 --- a/drivers/staging/android/Makefile +++ b/drivers/staging/android/Makefile @@ -6,5 +6,7 @@ obj-$(CONFIG_ASHMEM) += ashmem.o obj-$(CONFIG_ANDROID_TIMED_OUTPUT) += timed_output.o obj-$(CONFIG_ANDROID_TIMED_GPIO) += timed_gpio.o obj-$(CONFIG_ANDROID_LOW_MEMORY_KILLER) += lowmemorykiller.o -obj-$(CONFIG_SYNC) += sync.o sync_debug.o +obj-$(CONFIG_SYNC) += sync-core.o obj-$(CONFIG_SW_SYNC) += sw_sync.o + +sync-core-y := sync.o sync_debug.o -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/