2017-12-19 15:48:59 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Copyright(c) 2010-2015 Intel Corporation
|
2012-09-04 13:54:00 +01:00
|
|
|
|
|
|
|
include $(RTE_SDK)/mk/rte.vars.mk
|
|
|
|
|
2016-07-20 15:38:54 +02:00
|
|
|
APP = dpdk-procinfo
|
2012-09-04 13:54:00 +01:00
|
|
|
|
|
|
|
CFLAGS += $(WERROR_FLAGS)
|
|
|
|
|
|
|
|
# all source are stored in SRCS-y
|
2012-12-20 00:00:00 +01:00
|
|
|
|
|
|
|
SRCS-y := main.c
|
2012-09-04 13:54:00 +01:00
|
|
|
|
2014-08-18 13:29:19 +02:00
|
|
|
include $(RTE_SDK)/mk/rte.app.mk
|