git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
net/i40e: support ESP in customized code
[dpdk.git]
/
app
/
proc-info
/
Makefile
1
# SPDX-License-Identifier: BSD-3-Clause
2
# Copyright(c) 2010-2015 Intel Corporation
3
4
include $(RTE_SDK)/mk/rte.vars.mk
5
6
APP = dpdk-procinfo
7
8
CFLAGS += $(WERROR_FLAGS)
9
10
# all source are stored in SRCS-y
11
12
SRCS-y := main.c
13
14
include $(RTE_SDK)/mk/rte.app.mk