Remove special lib Makefile targets that aren't used anymore.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23871 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2009-12-06 10:19:39 +00:00
parent 472bab654b
commit d587794dfc
2 changed files with 0 additions and 10 deletions

View file

@ -51,11 +51,6 @@ $(OUT)/%.o: %.c $(OUT)
@echo CC $< $
$(SILENT)$(CC) $(CFLAGS) -c -o $@ $<
# building the library archive
$(OUT)/libmkamsboot.o: $(OUT)/mkamsboot.o
@echo CC $<
$(SILENT)$(CC) $(CFLAGS) -DLIB -c -o $(OUT)/libmkamsboot.o -W -Wall mkamsboot.c
libmkamsboot$(RBARCH).a: $(LIBOBJS)
@echo AR $@
$(SILENT)$(AR) ruc $(TARGET_DIR)$@ $^