test mbuf attach
[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
17 include $(RTE_SDK)/mk/rte.sdkroot.mk