aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_eal/linuxapp/Makefile
blob: a0fffa98e81e2fbffeae6b11d27e7ac339fc64b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2010-2014 Intel Corporation

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

DIRS-$(CONFIG_RTE_EXEC_ENV_LINUXAPP) += eal
DEPDIRS-kni := eal

CFLAGS += -DALLOW_EXPERIMENTAL_API

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