summaryrefslogtreecommitdiffstats
path: root/sbe/sbefw/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbe/sbefw/Makefile')
-rw-r--r--sbe/sbefw/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/sbe/sbefw/Makefile b/sbe/sbefw/Makefile
deleted file mode 100644
index d0ecafeb..00000000
--- a/sbe/sbefw/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-#export P2P_ENABLE = 1
-
-export SUB_OBJDIR = /sbefw
-
-include img_defs.mk
-include sbefwfiles.mk
-
-OBJS := $(addprefix $(OBJDIR)/, $(SBEFW_OBJECTS))
-
-libsbefw.a: $(OBJS)
- $(AR) crs $(OBJDIR)/libsbefw.a $(OBJDIR)/*.o
-
-.PHONY: clean sbefw
-sbefw: $(OBJS)
-
-$(OBJS) $(OBJS:.o=.d): | $(OBJDIR)
-
-$(OBJDIR):
- mkdir -p $(OBJDIR)
-
-
-#clean the kernel directory first, then the application level clean
-clean:
- rm -fr $(OBJDIR)
-
-ifneq ($(MAKECMDGOALS),clean)
-include $(OBJS:.o=.d)
-endif
-
-
-
-
-
OpenPOWER on IntegriCloud