forked from len0rd/rockbox
fixed depfile file name
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5705 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b357854708
commit
e2c140e419
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
INCLUDES= -I$(FIRMDIR)/include -I$(FIRMDIR)/export -I. -I$(OBJDIR)
|
INCLUDES= -I$(FIRMDIR)/include -I$(FIRMDIR)/export -I. -I$(OBJDIR)
|
||||||
|
|
||||||
DEPFILE = $(OBJDIR)/dep-apps
|
DEPFILE = $(OBJDIR)/dep-bootloader
|
||||||
LDS := $(FIRMDIR)/boot.lds
|
LDS := $(FIRMDIR)/boot.lds
|
||||||
|
|
||||||
ifdef DEBUG
|
ifdef DEBUG
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue