summaryrefslogtreecommitdiff
path: root/shared/hal/power/lib/libpowperf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shared/hal/power/lib/libpowperf/Makefile')
-rw-r--r--shared/hal/power/lib/libpowperf/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/shared/hal/power/lib/libpowperf/Makefile b/shared/hal/power/lib/libpowperf/Makefile
new file mode 100644
index 0000000..30b7407
--- /dev/null
+++ b/shared/hal/power/lib/libpowperf/Makefile
@@ -0,0 +1,10 @@
+TOPTARGETS := all clean
+
+SUBDIRS := src tst
+
+$(TOPTARGETS): $(SUBDIRS)
+
+$(SUBDIRS):
+ $(MAKE) -C $@ $(MAKECMDGOALS)
+
+.PHONY: $(TOPTARGETS) $(SUBDIRS)