d014084525
Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com> Acked-by: Neil Horman <nhorman@tuxdriver.com>
10 lines
213 B
Makefile
10 lines
213 B
Makefile
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2016 Neil Horman <nhorman@tuxdriver.com>
|
|
# All rights reserved.
|
|
|
|
include $(RTE_SDK)/mk/rte.vars.mk
|
|
|
|
DIRS-y += pmdinfogen
|
|
|
|
include $(RTE_SDK)/mk/rte.subdir.mk
|