git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
compress/qat: remove unnecessary assignment
[dpdk.git]
/
GNUmakefile
1
# SPDX-License-Identifier: BSD-3-Clause
2
# Copyright(c) 2010-2015 Intel Corporation
3
4
#
5
# Head Makefile for compiling rte SDK
6
#
7
8
RTE_SDK := $(CURDIR)
9
export RTE_SDK
10
11
#
12
# directory list
13
#
14
15
ROOTDIRS-y := buildtools lib kernel drivers app
16
ROOTDIRS- := test
17
18
include $(RTE_SDK)/mk/rte.sdkroot.mk