diff options
Diffstat (limited to 'apps/bitmaps/native/SOURCES')
-rw-r--r-- | apps/bitmaps/native/SOURCES | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/bitmaps/native/SOURCES b/apps/bitmaps/native/SOURCES index 88a571bdbd..dbd0f577ed 100644 --- a/apps/bitmaps/native/SOURCES +++ b/apps/bitmaps/native/SOURCES @@ -39,6 +39,12 @@ rockboxlogo.480x149x16.bmp rockboxlogo.640x198x16.bmp #endif +/* The Sony NWZ linux bootloader needs icons to display a menu */ +#if defined(BOOTLOADER) && defined(SONY_NWZ_LINUX) +rockboxicon.130x130x16.bmp +toolsicon.130x130x16.bmp +#endif + #ifndef BOOTLOADER /* We don't need these for the bootloader */ /* USB logo */ |