summaryrefslogtreecommitdiff
path: root/apps/bitmaps/mono
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-10-06 08:37:22 +0000
committerDave Chapman <dave@dchapman.com>2006-10-06 08:37:22 +0000
commitda2bf53230f0b1b50a2ee480fce61d0669fd4dcc (patch)
tree1262a256ecf2eadd756e4d3e1d7d776c48a3dbb9 /apps/bitmaps/mono
parenta9a5c3584b5cfedd80851de5c761829b589ef49c (diff)
downloadrockbox-da2bf53230f0b1b50a2ee480fce61d0669fd4dcc.tar.gz
rockbox-da2bf53230f0b1b50a2ee480fce61d0669fd4dcc.zip
Move USB logo to an external (native-depth) bitmap.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11137 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/bitmaps/mono')
-rw-r--r--apps/bitmaps/mono/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/bitmaps/mono/Makefile b/apps/bitmaps/mono/Makefile
index a678b01ef4..dede4e81d9 100644
--- a/apps/bitmaps/mono/Makefile
+++ b/apps/bitmaps/mono/Makefile
@@ -21,7 +21,7 @@ DEPFILE = $(OBJDIR)/dep-bitmaps-mono
21 21
22BMP2RB = $(BMP2RB_MONO) 22BMP2RB = $(BMP2RB_MONO)
23OUTPUT = $(BUILDDIR)/libbitmapsmono.a 23OUTPUT = $(BUILDDIR)/libbitmapsmono.a
24BMPINCDIR = $(BUILDDIR)/pluginbitmaps 24BMPINCDIR = $(BUILDDIR)/bitmaps
25 25
26include $(TOOLSDIR)/makebmp.inc 26include $(TOOLSDIR)/makebmp.inc
27 27