summaryrefslogtreecommitdiffstats
path: root/rbutil/mkamsboot/Makefile
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2009-12-06 10:19:39 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2009-12-06 10:19:39 +0000
commitd587794dfc6db8c14dabe8f5039a27c6e396b071 (patch)
treefc0f13f3b75ac81173a192385e6a81aad528ae73 /rbutil/mkamsboot/Makefile
parent472bab654b98951a81a7a6fcf732ce37ed79836c (diff)
downloadrockbox-d587794dfc6db8c14dabe8f5039a27c6e396b071.tar.gz
rockbox-d587794dfc6db8c14dabe8f5039a27c6e396b071.zip
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
Diffstat (limited to 'rbutil/mkamsboot/Makefile')
-rw-r--r--rbutil/mkamsboot/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/rbutil/mkamsboot/Makefile b/rbutil/mkamsboot/Makefile
index 70b79aa059..219fb43d03 100644
--- a/rbutil/mkamsboot/Makefile
+++ b/rbutil/mkamsboot/Makefile
@@ -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)$@ $^