diff options
author | Pantelis Antoniou <panto@antoniou-consulting.com> | 2012-12-03 00:10:28 +0000 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2013-03-16 21:12:02 +0100 |
commit | a04983d6a953675f2eebaf60f75fbd385fd21678 (patch) | |
tree | a25a6832d151a3f3eb6478388d05d97b629e0ffd /include | |
parent | 1b6ca18b4244756d4dbd4240510f4cc448ade0bc (diff) | |
download | u-boot-imx-a04983d6a953675f2eebaf60f75fbd385fd21678.zip u-boot-imx-a04983d6a953675f2eebaf60f75fbd385fd21678.tar.gz u-boot-imx-a04983d6a953675f2eebaf60f75fbd385fd21678.tar.bz2 |
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>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions