From patchwork Thu Nov 12 15:36:11 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfgang Grandegger X-Patchwork-Id: 38256 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by ozlabs.org (Postfix) with ESMTP id 17741B7BDF for ; Fri, 13 Nov 2009 02:36:52 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753092AbZKLPgl (ORCPT ); Thu, 12 Nov 2009 10:36:41 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752790AbZKLPgl (ORCPT ); Thu, 12 Nov 2009 10:36:41 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:38898 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752129AbZKLPgk (ORCPT ); Thu, 12 Nov 2009 10:36:40 -0500 Received: from mail01.m-online.net (mail.m-online.net [192.168.3.149]) by mail-out.m-online.net (Postfix) with ESMTP id 4A0521C00173; Thu, 12 Nov 2009 16:36:46 +0100 (CET) X-Auth-Info: 2eljKt/8OzXGX3t7qYKXG4YIq6c+QGoS/LsIx3c9VyQ= Received: from lancy.mylan.de (p4FF07852.dip.t-dialin.net [79.240.120.82]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp-auth.mnet-online.de (Postfix) with ESMTP id 1AB74902B4; Thu, 12 Nov 2009 16:36:46 +0100 (CET) Message-ID: <4AFC2B6B.5090000@grandegger.com> Date: Thu, 12 Nov 2009 16:36:11 +0100 From: Wolfgang Grandegger User-Agent: Thunderbird 2.0.0.23 (X11/20090812) MIME-Version: 1.0 To: Linux Netdev List CC: SocketCAN Core Mailing List Subject: [PATCH] can: Add missing debug flag for making USB CAN devices X-Enigmail-Version: 0.96.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Signed-off-by: Wolfgang Grandegger --- drivers/net/can/usb/Makefile | 2 ++ 1 file changed, 2 insertions(+) -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Index: net-next-2.6/drivers/net/can/usb/Makefile =================================================================== --- net-next-2.6.orig/drivers/net/can/usb/Makefile +++ net-next-2.6/drivers/net/can/usb/Makefile @@ -3,3 +3,5 @@ # obj-$(CONFIG_CAN_EMS_USB) += ems_usb.o + +ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG