From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id 190EEC608 for ; Thu, 30 Jul 2015 14:24:43 +0200 (CEST) Received: by wicgb10 with SMTP id gb10so241611631wic.1 for ; Thu, 30 Jul 2015 05:24:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=vsijM3QU7jnc64NiNIgJNEXupVGlE0xWhlEjoA8tKjM=; b=d8Euq0BYbe9HZjBZ9Irkwy959iS/I0MNb5YQXVSpLwZORDQ6hb7Z/71gbSDrP7rWc+ 3eF2KGRPb2hfQ1FkA+RB1XppIHepzm9nh0r0cj0XlNqJ6AOIr44QEJ2xxoaLFoHF+OZW 5dCsWM+82u76zX4JEgdUtUnnDrjgi6kvu3PKFtqsY/9tBsdUOMgWRXUXa8oojrtIYw9Z HkKS3fqclbP5XY8E+utqj141xA5FklP+lfR6+zwz8Jw8mm167Nof8rD6Vpp8KVHMyf/1 7WYECROPe0ByO7EH0CtG3Jx5Bkwa+tc9e/y5DTH4xHh3TuP2pXID1MLob686nVcnm5iD F/7A== X-Gm-Message-State: ALoCoQl0edSOsZN/OWunBIc5IQLpgJLUuLNejBBvXPtYxvWnjtgBXLkq2yQ6ZONrRrvjv6Qd+0VF X-Received: by 10.180.77.40 with SMTP id p8mr6036439wiw.29.1438259082914; Thu, 30 Jul 2015 05:24:42 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.151.210]) by smtp.gmail.com with ESMTPSA id pu6sm1584049wjc.34.2015.07.30.05.24.41 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 30 Jul 2015 05:24:42 -0700 (PDT) From: Thomas Monjalon To: "Montorsi, Francesco" Date: Thu, 30 Jul 2015 14:23:27 +0200 Message-ID: <1878577.oRiCv6NX9u@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <43558cd25af0485cb5bf2589bf16904e@bilemail1.empirix.com> References: <43558cd25af0485cb5bf2589bf16904e@bilemail1.empirix.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] how to compile kernel drivers only X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jul 2015 12:24:43 -0000 2015-07-30 12:17, Montorsi, Francesco: > How can I avoid building any app like dump_cfg? In app/Makefile, you'll find the options to disable: DIRS-$(CONFIG_RTE_APP_TEST) += test DIRS-$(CONFIG_RTE_LIBRTE_ACL) += test-acl DIRS-$(CONFIG_RTE_LIBRTE_PIPELINE) += test-pipeline DIRS-$(CONFIG_RTE_TEST_PMD) += test-pmd DIRS-$(CONFIG_RTE_LIBRTE_CMDLINE) += cmdline_test DIRS-$(CONFIG_RTE_LIBRTE_EAL_LINUXAPP) += proc_info