mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
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:
parent
472bab654b
commit
d587794dfc
2 changed files with 0 additions and 10 deletions
|
|
@ -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)$@ $^
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue