DPDK — App 的 Makefile 解析

网友投稿 726 2022-05-29

目录

文章目录

目录

DPDK App 的 Makefile

参考文档

DPDK App 的 Makefile

DPDK — App 的 Makefile 解析

本文以 DPDK helloworld 示例程序为例。

DPDK 版本:18.08

# SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2010-2014 Intel Corporation # binary name APP = helloworld # all source are stored in SRCS-y SRCS-y := main.c # Build using pkg-config variables if

1

2

3

4

5

6

7

8

9

Makefile 移动APP

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:marquee向上滚动
下一篇:【Postman】细说new按钮
相关文章