summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 28695249d91a3bcb609de4b3566f8efde98efe8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUBDIRS = clib fcp ecc ffs fpart

.PHONY: subdirs $(SUBDIRS)
subdirs: $(SUBDIRS)

fpart:: ffs clib
fcp:: ffs clib
ecc:: clib

$(SUBDIRS)::
	$(MAKE) -C $@ $(MAKECMDGOALS)

all install: $(SUBDIRS)

clean distclean: $(SUBDIRS)
OpenPOWER on IntegriCloud