Removed old font issues
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2361 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8243439cef
commit
f4e46a51d2
1 changed files with 1 additions and 6 deletions
|
@ -15,8 +15,6 @@ OC = sh-elf-objcopy
|
|||
|
||||
INCLUDES=-Iinclude -I. -Icommon -Idrivers
|
||||
|
||||
SYSTEM_FONT = fonts/alt6x10.bdf
|
||||
|
||||
# store output files in this directory:
|
||||
OBJDIR = .
|
||||
TOOLSDIR = ../tools
|
||||
|
@ -56,14 +54,11 @@ $(OBJDIR)/%.o: %.S
|
|||
@mkdir -p `dirname $@`
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
$(OBJDIR)/system.ajf: $(SYSTEM_FONT)
|
||||
../tools/bdf2ajf -f $(SYSTEM_FONT) -o $(OBJDIR)/system.ajf
|
||||
|
||||
tags:
|
||||
@$(SHELL) -c 'for d in $(DIRS); do { etags -o $(OBJDIR)/TAGS -a $$d/*.[ch]; }; done'
|
||||
|
||||
clean:
|
||||
rm -f $(OBJS) $(OUTPUT)
|
||||
rm -f $(OBJS) $(OUTPUT) $(OBJDIR)/sysfont.c
|
||||
rm -rf $(OBJDIR)/$(DEPS)
|
||||
|
||||
# Special targets
|
||||
|
|
Loading…
Reference in a new issue