Removed a little too much.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15760 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b4e5123e5d
commit
f2815ff32f
1 changed files with 7 additions and 1 deletions
|
@ -233,8 +233,14 @@ usbstack/usb_benchmark.c
|
||||||
#ifdef CPU_PP502x
|
#ifdef CPU_PP502x
|
||||||
target/arm/usb-drv-pp502x.c
|
target/arm/usb-drv-pp502x.c
|
||||||
#endif
|
#endif
|
||||||
|
#else /* !defined(HAVE_USBSTACK) */
|
||||||
|
#if CONFIG_USBOTG == USBOTG_ISP1362
|
||||||
|
drivers/isp1362.c
|
||||||
|
#elif CONFIG_USBOTG == USBOTG_M5636
|
||||||
|
drivers/m5636.c
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif /* !defined(HAVE_USBSTACK) */
|
||||||
|
#endif /* !defined(SIMULATOR) */
|
||||||
|
|
||||||
/* Other Random Hardware */
|
/* Other Random Hardware */
|
||||||
#ifdef HAVE_TSC2100
|
#ifdef HAVE_TSC2100
|
||||||
|
|
Loading…
Reference in a new issue