eal/memory: fix unused SIGBUS handler
[dpdk.git] / examples / ethtool / Makefile
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2015-2020 Intel Corporation
3
4 subdirs := lib ethtool-app
5
6 .PHONY: all static shared clean $(subdirs)
7 all static shared clean: $(subdirs)
8
9 ethtool-app: lib
10 $(subdirs):
11         $(MAKE) -C $@ $(MAKECMDGOALS)