forked from len0rd/rockbox
tremor.a -> libTremor.a
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5998 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
101f0f6a69
commit
48ff82e46b
1 changed files with 2 additions and 2 deletions
|
@ -20,10 +20,10 @@ CFLAGS = $(GCCOPTS) $(TREMOROPTS) $(INCLUDES) $(TARGET) $(EXTRA_DEFINES) -DMEM=$
|
|||
SRC := $(shell cat SOURCES | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) $(TARGET) $(DEFINES) -E -P -include "config.h" - )
|
||||
SOURCES = $(SRC)
|
||||
OBJS := $(SRC:%.c=$(OBJDIR)/Tremor/%.o)
|
||||
DEPFILE = $(OBJDIR)/dep-tremor
|
||||
DEPFILE = $(OBJDIR)/dep-Tremor
|
||||
DIRS =
|
||||
|
||||
OUTPUT = $(OBJDIR)/tremor.a
|
||||
OUTPUT = $(OBJDIR)/libTremor.a
|
||||
|
||||
all: $(OUTPUT)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue