aboutsummaryrefslogtreecommitdiffstats
path: root/buildtools/pmdinfogen/Makefile
blob: a97a7648fe006585f3f2470435ef538ae715256c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2016 Neil Horman <nhorman@tuxdriver.com>
# All rights reserved.

include $(RTE_SDK)/mk/rte.vars.mk

#
# library name
#
HOSTAPP = dpdk-pmdinfogen

#
# all sources are stored in SRCS-y
#
SRCS-y += pmdinfogen.c

HOST_CFLAGS += $(HOST_WERROR_FLAGS) -g
HOST_CFLAGS += -I$(RTE_OUTPUT)/include

include $(RTE_SDK)/mk/rte.hostapp.mk