File: Makefile

package info (click to toggle)
dpdk 24.11.4-0%2Bdeb13u1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 121,252 kB
  • sloc: ansic: 2,207,557; python: 11,854; sh: 4,627; makefile: 2,025; awk: 70
file content (10 lines) | stat: -rw-r--r-- 265 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2020 Intel Corporation

subdirs := client_server_mp hotplug_mp simple_mp symmetric_mp

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

$(subdirs):
	$(MAKE) -C $@ $(MAKECMDGOALS)