2017-12-19 10:14:39 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Copyright(c) 2010-2015 Intel Corporation
|
2014-02-10 11:49:10 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Head Makefile for compiling rte SDK
|
|
|
|
#
|
|
|
|
|
|
|
|
RTE_SDK := $(CURDIR)
|
|
|
|
export RTE_SDK
|
|
|
|
|
|
|
|
#
|
|
|
|
# directory list
|
|
|
|
#
|
|
|
|
|
2018-02-22 06:09:05 +00:00
|
|
|
ROOTDIRS-y := buildtools lib kernel drivers app
|
2017-02-16 14:57:43 +00:00
|
|
|
ROOTDIRS- := test
|
2014-02-10 11:49:10 +00:00
|
|
|
|
|
|
|
include $(RTE_SDK)/mk/rte.sdkroot.mk
|