summaryrefslogtreecommitdiffstats
path: root/hwpf/plat/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'hwpf/plat/src/Makefile')
-rw-r--r--hwpf/plat/src/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/hwpf/plat/src/Makefile b/hwpf/plat/src/Makefile
new file mode 100644
index 00000000..ed98e93f
--- /dev/null
+++ b/hwpf/plat/src/Makefile
@@ -0,0 +1,21 @@
+# This Makefile is designed to be invoked with the -I argument set to
+# the location of the "pk.mk" for the build
+
+include img_defs.mk
+include fapi2ppefiles.mk
+
+
+OBJS := $(addprefix $(OBJDIR)/, $(FAPI2LIB_OBJECTS))
+
+all: $(OBJS)
+
+
+$(OBJS) $(OBJS:.o=.d): | $(OBJDIR)
+
+$(OBJDIR):
+ mkdir -p $(OBJDIR)
+
+ifneq ($(MAKECMDGOALS),clean)
+include $(OBJS:.o=.d)
+endif
+
OpenPOWER on IntegriCloud