summaryrefslogtreecommitdiff
path: root/apps/bitmaps/native/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/bitmaps/native/SOURCES')
-rw-r--r--apps/bitmaps/native/SOURCES4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/bitmaps/native/SOURCES b/apps/bitmaps/native/SOURCES
index 967318b0eb..9ad0dbf2c5 100644
--- a/apps/bitmaps/native/SOURCES
+++ b/apps/bitmaps/native/SOURCES
@@ -33,6 +33,8 @@ rockboxlogo.240x74x16.bmp
33rockboxlogo.320x98x16.bmp 33rockboxlogo.320x98x16.bmp
34#endif 34#endif
35 35
36#ifndef BOOTLOADER /* We don't need these for the bootloader */
37
36/* USB logo */ 38/* USB logo */
37#ifdef HAVE_LCD_COLOR 39#ifdef HAVE_LCD_COLOR
38#if LCD_WIDTH > 176 40#if LCD_WIDTH > 176
@@ -63,4 +65,6 @@ default_icons.6x8x2.bmp
63default_icons.6x8x1.bmp 65default_icons.6x8x1.bmp
64#endif 66#endif
65 67
68#endif /* BOOTLOADER */
69
66#endif /* HAVE_LCD_BITMAP */ 70#endif /* HAVE_LCD_BITMAP */