diff options
Diffstat (limited to 'apps/bitmaps/remote_native/SOURCES')
| -rw-r--r-- | apps/bitmaps/remote_native/SOURCES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/bitmaps/remote_native/SOURCES b/apps/bitmaps/remote_native/SOURCES index 2692179..02d1b54 100644 --- a/apps/bitmaps/remote_native/SOURCES +++ b/apps/bitmaps/remote_native/SOURCES @@ -1,5 +1,7 @@ #ifdef HAVE_REMOTE_LCD +#ifndef BOOTLOADER /* We don't need these for the bootloader */ + #if (LCD_REMOTE_DEPTH == 1) remote_rockboxlogo.128x42x1.bmp remote_usblogo.104x27x1.bmp @@ -10,4 +12,6 @@ remote_usblogo.104x27x2.bmp remote_default_icons.6x8x2.bmp #endif +#endif /* BOOTLOADER */ + #endif /* HAVE_REMOTE_LCD */ |