summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/gensh4/wrapup/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/sh/gensh4/wrapup/Makefile.am')
-rw-r--r--c/src/lib/libbsp/sh/gensh4/wrapup/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/c/src/lib/libbsp/sh/gensh4/wrapup/Makefile.am b/c/src/lib/libbsp/sh/gensh4/wrapup/Makefile.am
index 29a2dece87..c33679f4bf 100644
--- a/c/src/lib/libbsp/sh/gensh4/wrapup/Makefile.am
+++ b/c/src/lib/libbsp/sh/gensh4/wrapup/Makefile.am
@@ -4,7 +4,6 @@
## build and install libbsp
##
-
BSP_PIECES = startup hw_init console
# pieces to pick up out of libcpu/sh/sh7750
@@ -27,13 +26,6 @@ include $(top_srcdir)/../../../../../../automake/lib.am
$(LIB): $(OBJS)
$(make-library)
-$(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB)
- $(INSTALL_DATA) $< $@
-
-TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a
-
all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES)
-.PRECIOUS: $(LIB)
-
include $(top_srcdir)/../../../../../../automake/local.am