summaryrefslogtreecommitdiffstats
path: root/src/usr/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/makefile')
-rw-r--r--src/usr/makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/usr/makefile b/src/usr/makefile
new file mode 100644
index 000000000..e6907fe8c
--- /dev/null
+++ b/src/usr/makefile
@@ -0,0 +1,9 @@
+ROOTPATH = ../..
+
+SUBDIRS = example.d
+
+all: ${SUBDIRS}
+
+clean: $(patsubst %.d,%.clean, ${SUBDIRS})
+
+include ../../config.mk
OpenPOWER on IntegriCloud