summaryrefslogtreecommitdiffstats
path: root/fpart/Makefile
blob: e08925fa7b2d98546e6ddd82a633d5793bc72765 (plain)
1
2
3
4
5
6
7
8
9
10
SUBDIRS=x86

.PHONY: subdirs $(SUBDIRS)

subdirs: $(SUBDIRS)

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

all clean install: $(SUBDIRS)
OpenPOWER on IntegriCloud