xref: /dpdk/examples/server_node_efd/Makefile (revision 7faf4bd32566446fa0815eef743523ce6a95a355)
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2016-2020 Intel Corporation
3
4subdirs := efd_node efd_server
5
6.PHONY: all static shared clean $(subdirs)
7all static shared clean: $(subdirs)
8
9$(subdirs):
10	$(MAKE) -C $@ $(MAKECMDGOALS)
11