/
phprus
/
github_dpdk
Обзор
Документация
Войти
/
phprus
/
github_dpdk
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/ethtool/Makefile
11 строк
252 B
Bruce Richardson
examples/ethtool: convert to pkg-config-based build
08 сен 2020, 00:51
08 сен 2020, 00:51
fa23714
Код
Авторство
О чём код?
# 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)