aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
blob: d07fef0d5b134a0eab4019dfd9924cd70a1bc0b1 (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 drivers app
ROOTDIRS-  := test

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