From patchwork Sat Feb 12 15:07: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: 82921 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 E6D63B712B for ; Sun, 13 Feb 2011 02:07:24 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 48403281A3; Sat, 12 Feb 2011 16:07:22 +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 RQsCA-VA83L4; Sat, 12 Feb 2011 16:07:22 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 81F4B281B1; Sat, 12 Feb 2011 16:07:20 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id EF2C4281BC for ; Sat, 12 Feb 2011 16:07:18 +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 MLtMHS5ASu2T for ; Sat, 12 Feb 2011 16:07:18 +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 smtpq1.tb.mail.iss.as9143.net (smtpq1.tb.mail.iss.as9143.net [212.54.42.164]) by theia.denx.de (Postfix) with ESMTP id B3402281B1 for ; Sat, 12 Feb 2011 16:07:18 +0100 (CET) Received: from [212.54.42.140] (helo=smtp9.tb.mail.iss.as9143.net) by smtpq1.tb.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1PoH4A-000374-HW; Sat, 12 Feb 2011 16:07:18 +0100 Received: from 5419b2be.cm-5-2c.dynamic.ziggo.nl ([84.25.178.190] helo=localhost.localdomain) by smtp9.tb.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1PoH48-0000vu-Me; Sat, 12 Feb 2011 16:07:16 +0100 From: Marcel Janssen To: u-boot@lists.denx.de Date: Sat, 12 Feb 2011 16:07:16 +0100 Message-Id: <1297523236-19732-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: 1PoH48-0000vu-Me 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/4] 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