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