git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
move kernel modules directories
[dpdk.git]
/
lib
/
librte_eal
/
linuxapp
/
Makefile
1
# SPDX-License-Identifier: BSD-3-Clause
2
# Copyright(c) 2010-2014 Intel Corporation
3
4
include $(RTE_SDK)/mk/rte.vars.mk
5
6
DIRS-$(CONFIG_RTE_EXEC_ENV_LINUXAPP) += eal
7
DEPDIRS-kni := eal
8
9
CFLAGS += -DALLOW_EXPERIMENTAL_API
10
11
include $(RTE_SDK)/mk/rte.subdir.mk