]> git.droids-corp.org - dpdk.git/blob - examples/multi_process/Makefile
event/dlb2: add documentation and build infrastructure
[dpdk.git] / examples / multi_process / Makefile
1 subdirs := client_server_mp hotplug_mp simple_mp symmetric_mp
2
3 .PHONY: all static shared clean $(subdirs)
4 all static shared clean: $(subdirs)
5
6 $(subdirs):
7         $(MAKE) -C $@ $(MAKECMDGOALS)