diff options
author | Frank Gevaerts <frank@gevaerts.be> | 2009-10-20 18:33:23 +0000 |
---|---|---|
committer | Frank Gevaerts <frank@gevaerts.be> | 2009-10-20 18:33:23 +0000 |
commit | ad29c35d7b8b8bc9acc7da857bd642b1fdbf3a4c (patch) | |
tree | 83880331025f69452fc29eacbd6946db5af7bf9b | |
parent | 1c2172d45307e1f43ef10cde516174b59f90f6e3 (diff) | |
download | rockbox-ad29c35d7b8b8bc9acc7da857bd642b1fdbf3a4c.tar.gz rockbox-ad29c35d7b8b8bc9acc7da857bd642b1fdbf3a4c.zip |
Don't selecu any usb class drivers for a simulator build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23295 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | firmware/export/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h index 1975e4b52a..adc03d54f8 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h | |||
@@ -857,6 +857,7 @@ Lyre prototype 1 */ | |||
857 | 857 | ||
858 | #else /* BOOTLOADER */ | 858 | #else /* BOOTLOADER */ |
859 | 859 | ||
860 | #ifndef SIMULATOR | ||
860 | //#define USB_ENABLE_SERIAL | 861 | //#define USB_ENABLE_SERIAL |
861 | #define USB_ENABLE_STORAGE | 862 | #define USB_ENABLE_STORAGE |
862 | 863 | ||
@@ -865,6 +866,7 @@ Lyre prototype 1 */ | |||
865 | #else | 866 | #else |
866 | #define USB_ENABLE_CHARGING_ONLY | 867 | #define USB_ENABLE_CHARGING_ONLY |
867 | #endif | 868 | #endif |
869 | #endif | ||
868 | 870 | ||
869 | #endif /* BOOTLOADER */ | 871 | #endif /* BOOTLOADER */ |
870 | 872 | ||