X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=Makefile;h=d789491b48dcca8988b3e7840feee9c14e926061;hb=6aa497249172337378cfb6de616b1dfc63636379;hp=3d68af803904fb08d4df7c7c9aceff01ded00b60;hpb=1c1d4d7a923d4804f1926fc5264f9ecdd8977b04;p=dpdk.git diff --git a/Makefile b/Makefile index 3d68af8039..d789491b48 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # BSD LICENSE # -# Copyright(c) 2010-2013 Intel Corporation. All rights reserved. +# Copyright(c) 2010-2014 Intel Corporation. All rights reserved. # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -29,17 +29,5 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# -# Head Makefile for compiling rte SDK -# +.error Error please compile using GNU Make (gmake) -RTE_SDK := $(CURDIR) -export RTE_SDK - -# -# directory list -# - -ROOTDIRS-y := scripts lib app - -include $(RTE_SDK)/mk/rte.sdkroot.mk