summaryrefslogtreecommitdiff
path: root/examples/ethtool/Makefile
blob: a1a80c44e6a337acc37e850bf5b1cd65f9974946 (plain)
1
2
3
4
5
6
7
8
9
10
11
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2015-2020 Intel Corporation

subdirs := lib ethtool-app

.PHONY: all static shared clean $(subdirs)
all static shared clean: $(subdirs)

ethtool-app: lib
$(subdirs):
	$(MAKE) -C $@ $(MAKECMDGOALS)