]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb: Fix bug when both DFU & ETHER are defined
authorPantelis Antoniou <panto@antoniou-consulting.com>
Mon, 3 Dec 2012 00:10:28 +0000 (00:10 +0000)
committerMarek Vasut <marex@denx.de>
Sat, 16 Mar 2013 20:12:02 +0000 (21:12 +0100)
commita04983d6a953675f2eebaf60f75fbd385fd21678
treea25a6832d151a3f3eb6478388d05d97b629e0ffd
parent1b6ca18b4244756d4dbd4240510f4cc448ade0bc
usb: Fix bug when both DFU & ETHER are defined

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 <panto@antoniou-consulting.com>
drivers/usb/gadget/Makefile