agent-enviroments/builder/libs/seastar/dpdk/examples/ethtool/Makefile
2024-09-10 17:06:08 +03:00

12 lines
252 B
Makefile

# 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)