From patchwork Sat Feb 12 14:00:16 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcel Janssen X-Patchwork-Id: 82909 X-Patchwork-Delegate: linux@bohmer.net Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 464F6B7123 for ; Sun, 13 Feb 2011 01:00:29 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7ACF828125; Sat, 12 Feb 2011 15:00:27 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NmbyRMCPHPQl; Sat, 12 Feb 2011 15:00:27 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 487B72817F; Sat, 12 Feb 2011 15:00:25 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0E6912817F for ; Sat, 12 Feb 2011 15:00:24 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GACXLuSBuBGb for ; Sat, 12 Feb 2011 15:00:22 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from smtpq3.tb.mail.iss.as9143.net (smtpq3.tb.mail.iss.as9143.net [212.54.42.166]) by theia.denx.de (Postfix) with ESMTP id 07EC828125 for ; Sat, 12 Feb 2011 15:00:20 +0100 (CET) Received: from [212.54.42.133] (helo=smtp2.tb.mail.iss.as9143.net) by smtpq3.tb.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1PoG1L-0001Aq-LE; Sat, 12 Feb 2011 15:00:19 +0100 Received: from 5419b2be.cm-5-2c.dynamic.ziggo.nl ([84.25.178.190] helo=localhost.localdomain) by smtp2.tb.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1PoG1I-0004i0-W3; Sat, 12 Feb 2011 15:00:17 +0100 From: Marcel Janssen To: u-boot@lists.denx.de Date: Sat, 12 Feb 2011 15:00:16 +0100 Message-Id: <1297519216-30164-1-git-send-email-korgull@home.nl> X-Mailer: git-send-email 1.7.3.4 To: u-boot@lists.denx.de X-ZiggoSMTP-MailScanner-Information: Please contact the ISP for more information X-ZiggoSMTP-MailScanner-ID: 1PoG1I-0004i0-W3 X-ZiggoSMTP-MailScanner: Found to be clean X-ZiggoSMTP-MailScanner-SpamCheck: geen spam, SpamAssassin (niet cached, score=1.565, vereist 5, ALL_TRUSTED -1.00, BAYES_00 -1.90, RDNS_DYNAMIC 0.98, TO_NO_BRKTS_DIRECT 3.48) X-ZiggoSMTP-MailScanner-SpamScore: s X-ZiggoSMTP-MailScanner-From: korgull@home.nl Subject: [U-Boot] [PATCH 2/2] Add Atmel USBA UDC X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de From: Marcel Signed-off-by: Marcel --- drivers/usb/gadget/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/usb/gadget/Makefile b/drivers/usb/gadget/Makefile index 0846233..024844d 100644 --- a/drivers/usb/gadget/Makefile +++ b/drivers/usb/gadget/Makefile @@ -29,6 +29,7 @@ LIB := $(obj)libusb_gadget.o ifdef CONFIG_USB_ETHER COBJS-y += ether.o epautoconf.o config.o usbstring.o COBJS-$(CONFIG_USB_GADGET_AT91) += at91_udc.o +COBJS-$(CONFIG_USB_GADGET_ATMEL_USBA) += atmel_usba_udc.o else # Devices not related to the new gadget layer depend on CONFIG_USB_DEVICE ifdef CONFIG_USB_DEVICE