forked from len0rd/rockbox
Fix wrong #ifdefs
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21057 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
13c6086b71
commit
ee1b6aa237
1 changed files with 2 additions and 2 deletions
|
@ -786,8 +786,8 @@ Lyre prototype 1*/
|
||||||
#else /* BOOTLOADER */
|
#else /* BOOTLOADER */
|
||||||
|
|
||||||
/* enable usb storage for targets that do bootloader usb */
|
/* enable usb storage for targets that do bootloader usb */
|
||||||
#if (defined(TOSHIBA_GIGABEAT_S) && defined(USE_ROCKBOX_USB) && defined(USB_STORAGE)) || \
|
#if (defined(TOSHIBA_GIGABEAT_S) || \
|
||||||
(defined(HAVE_USBSTACK) && (defined(CREATIVE_ZVx) || \
|
(defined(CREATIVE_ZVx) || \
|
||||||
defined(CPU_TCC77X) || defined(CPU_TCC780X))) || \
|
defined(CPU_TCC77X) || defined(CPU_TCC780X))) || \
|
||||||
(CONFIG_USBOTG == USBOTG_JZ4740)
|
(CONFIG_USBOTG == USBOTG_JZ4740)
|
||||||
#define USB_ENABLE_STORAGE
|
#define USB_ENABLE_STORAGE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue