From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 3 Dec 2012 15:54:08 +0100 Subject: [U-Boot] [PATCH] usb: Fix bug when both DFU & ETHER are defined In-Reply-To: <1354529428-27477-1-git-send-email-panto@antoniou-consulting.com> References: <1354529428-27477-1-git-send-email-panto@antoniou-consulting.com> Message-ID: <201212031554.09051.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Pantelis Antoniou, > When both CONFIG_USB_GADGET & CONFIG_USB_ETHER are defined > the makefile links objects twice. > > This patch uses a Makefile specific idiom of > 'if defined(CONFIG_USB_GADGET) || defined(CONFIG_USB_ETHER)' > to handle the case. > > Signed-off-by: Pantelis Antoniou [...] Applied, thanks Best regards, Marek Vasut