summaryrefslogtreecommitdiffstats
path: root/ffs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ffs/Makefile')
-rw-r--r--ffs/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/ffs/Makefile b/ffs/Makefile
new file mode 100644
index 0000000..e08925f
--- /dev/null
+++ b/ffs/Makefile
@@ -0,0 +1,10 @@
+SUBDIRS=x86
+
+.PHONY: subdirs $(SUBDIRS)
+
+subdirs: $(SUBDIRS)
+
+$(SUBDIRS)::
+ $(MAKE) -C $@ $(MAKECMDGOALS)
+
+all clean install: $(SUBDIRS)
OpenPOWER on IntegriCloud