imx233: don't include debug-imx233.c in bootloader

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30914 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Amaury Pouly 2011-11-06 13:30:09 +00:00
parent 040e06f6e9
commit 0407d92c65

View file

@ -516,7 +516,9 @@ target/arm/imx233/power-imx233.c
target/arm/imx233/powermgmt-imx233.c target/arm/imx233/powermgmt-imx233.c
target/arm/imx233/adc-imx233.c target/arm/imx233/adc-imx233.c
target/arm/imx233/lradc-imx233.c target/arm/imx233/lradc-imx233.c
#ifndef BOOTLOADER
target/arm/imx233/debug-imx233.c target/arm/imx233/debug-imx233.c
#endif
#if !defined(BOOTLOADER) || defined(HAVE_BOOTLOADER_USB_MODE) #if !defined(BOOTLOADER) || defined(HAVE_BOOTLOADER_USB_MODE)
target/arm/imx233/usb-imx233.c target/arm/imx233/usb-imx233.c
#endif #endif