summaryrefslogtreecommitdiffstats
path: root/bootloader
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-01-28 23:25:40 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-01-28 23:25:40 +0000
commite2c140e419b4f25dfa4a177a1a864a4eb9cd8266 (patch)
treec2f45ffff86a1b49dcad92189b53d48f2ebc1f03 /bootloader
parentb3578547080f55f1a430f6ad1e47879588c019dc (diff)
downloadrockbox-e2c140e419b4f25dfa4a177a1a864a4eb9cd8266.tar.gz
rockbox-e2c140e419b4f25dfa4a177a1a864a4eb9cd8266.zip
fixed depfile file name
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5705 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'bootloader')
-rw-r--r--bootloader/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/Makefile b/bootloader/Makefile
index 8daa23f041..e7c61f6760 100644
--- a/bootloader/Makefile
+++ b/bootloader/Makefile
@@ -9,7 +9,7 @@
INCLUDES= -I$(FIRMDIR)/include -I$(FIRMDIR)/export -I. -I$(OBJDIR)
-DEPFILE = $(OBJDIR)/dep-apps
+DEPFILE = $(OBJDIR)/dep-bootloader
LDS := $(FIRMDIR)/boot.lds
ifdef DEBUG