aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
blob: ae80720e993dbfc74a7fa611075322ed3d85359b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2010-2015 Intel Corporation

#
# Head Makefile for compiling rte SDK
#

RTE_SDK := $(CURDIR)
export RTE_SDK

#
# directory list
#

ROOTDIRS-y := buildtools lib kernel drivers app
ROOTDIRS-  := test

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