From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0E155A057C; Fri, 27 Mar 2020 02:16:29 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EA31F1C07F; Fri, 27 Mar 2020 02:16:28 +0100 (CET) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id AA52D1C06B; Fri, 27 Mar 2020 02:16:27 +0100 (CET) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 4D1F85C0084; Thu, 26 Mar 2020 21:16:26 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Thu, 26 Mar 2020 21:16:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; s=mesmtp; bh=indXb4Mluv kdvpGjPvrEFkDhLAg/y5w5Fhf6WiXp/+8=; b=Q9eBR7aRmv7oallTiWP+Tc0BmY SNyTQ7eUGRLptkYWPHPB33aeJeGVKZTlR4aA4OYM85L7fJ5qrcF6Mk/JAzebyNUa 5SoqKO8ZJthYTdLlZq6NyBnkkaA+O66C/50O19LhDuFiu1HXc8QhC7ub4RIAWiLg K6KZm9Tjaw/5p2Wa0= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :in-reply-to:message-id:mime-version:references:subject:to :x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm2; bh=indXb4MluvkdvpGjPvrEFkDhLAg/y5w5Fhf6WiXp/+8=; b=4creWSsP YgC+u5TEwQ9ZNra8iyiikM2YYSQPrqLs5cTL8mNs/5tJy4604jazVmE6NLOlHiOr mnAIic/ik/xUNmQPpSWvx9gY8FZ98oP1LV51BMSnCGJPej5lpCl96caQOG7TIjVV HMOS9otfiK+TNc86L5p75YnNzxR0+onlzTyBPZH9eedEEhqH3HixF8L8lYZawh+E pxiAP3SOQny9pNu/q5PthKQon6csl4l9Dw5Ht/qbxJhGYIOJTgQU3iVHnDHWtgGX weTU2e7A/HADJlVGveHMR+2OgOH5vLC/tgsDfhseDmkomYZTbKqIWhin7+5G7RoA k4k7v/KHWpzsIQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrudehjedgudefudcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkofgjfhgggfestdekredtredttdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc ffohhmrghinhepvhgrrhhsrdhmkhdpshhusgguihhrrdhmkhdpkhhmohgurdhmkhenucfk phepjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrg hrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 20291306AC3D; Thu, 26 Mar 2020 21:16:25 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Cc: david.marchand@redhat.com, stable@dpdk.org, Bruce Richardson , Hemant Agrawal Date: Fri, 27 Mar 2020 02:15:33 +0100 Message-Id: <20200327011540.954014-2-thomas@monjalon.net> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200327011540.954014-1-thomas@monjalon.net> References: <20200320001220.150235-1-thomas@monjalon.net> <20200327011540.954014-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v2 1/8] eal: remove useless makefiles X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" When moving files to the directory kernel/, the file BSDmakefile.meson was left in eal/. Also the intermediate makefiles in linux/ and freebsd/ became useless. Fixes: acaa9ee991b5 ("move kernel modules directories") Cc: stable@dpdk.org Signed-off-by: Thomas Monjalon --- MAINTAINERS | 1 - lib/librte_eal/Makefile | 4 ++-- lib/librte_eal/freebsd/BSDmakefile.meson | 14 -------------- lib/librte_eal/freebsd/Makefile | 8 -------- lib/librte_eal/linux/Makefile | 11 ----------- 5 files changed, 2 insertions(+), 36 deletions(-) delete mode 100644 lib/librte_eal/freebsd/BSDmakefile.meson delete mode 100644 lib/librte_eal/freebsd/Makefile delete mode 100644 lib/librte_eal/linux/Makefile diff --git a/MAINTAINERS b/MAINTAINERS index c3785554fc..d30bb6e9dd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -126,7 +126,6 @@ F: doc/guides/prog_guide/ext_app_lib_make_help.rst Meson build M: Bruce Richardson F: meson.build -F: lib/librte_eal/freebsd/BSDmakefile.meson F: meson_options.txt F: config/rte_config.h F: buildtools/call-sphinx-build.py diff --git a/lib/librte_eal/Makefile b/lib/librte_eal/Makefile index 86434f5b31..9c383d42bd 100644 --- a/lib/librte_eal/Makefile +++ b/lib/librte_eal/Makefile @@ -4,9 +4,9 @@ include $(RTE_SDK)/mk/rte.vars.mk DIRS-y += common -DIRS-$(CONFIG_RTE_EXEC_ENV_LINUX) += linux +DIRS-$(CONFIG_RTE_EXEC_ENV_LINUX) += linux/eal DEPDIRS-linux := common -DIRS-$(CONFIG_RTE_EXEC_ENV_FREEBSD) += freebsd +DIRS-$(CONFIG_RTE_EXEC_ENV_FREEBSD) += freebsd/eal DEPDIRS-freebsd := common include $(RTE_SDK)/mk/rte.subdir.mk diff --git a/lib/librte_eal/freebsd/BSDmakefile.meson b/lib/librte_eal/freebsd/BSDmakefile.meson deleted file mode 100644 index 53c4e79c61..0000000000 --- a/lib/librte_eal/freebsd/BSDmakefile.meson +++ /dev/null @@ -1,14 +0,0 @@ -# SPDX-License-Identifier: BSD-3-Clause -# Copyright(c) 2017 Intel Corporation. - -# makefile for building kernel modules using meson -# takes parameters from the environment - -# source file is passed via KMOD_SRC as full path, we only use final -# component of it, as VPATH is used to find actual file, so as to -# have the .o files placed in the build, not source directory -VPATH = ${KMOD_SRC:H} -SRCS = ${KMOD_SRC:T} device_if.h bus_if.h pci_if.h -CFLAGS += $(KMOD_CFLAGS) - -.include diff --git a/lib/librte_eal/freebsd/Makefile b/lib/librte_eal/freebsd/Makefile deleted file mode 100644 index fc42058b6b..0000000000 --- a/lib/librte_eal/freebsd/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# SPDX-License-Identifier: BSD-3-Clause -# Copyright(c) 2010-2014 Intel Corporation - -include $(RTE_SDK)/mk/rte.vars.mk - -DIRS-$(CONFIG_RTE_EXEC_ENV_FREEBSD) += eal - -include $(RTE_SDK)/mk/rte.subdir.mk diff --git a/lib/librte_eal/linux/Makefile b/lib/librte_eal/linux/Makefile deleted file mode 100644 index 4c68bd61b8..0000000000 --- a/lib/librte_eal/linux/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# SPDX-License-Identifier: BSD-3-Clause -# Copyright(c) 2010-2014 Intel Corporation - -include $(RTE_SDK)/mk/rte.vars.mk - -DIRS-$(CONFIG_RTE_EXEC_ENV_LINUX) += eal -DEPDIRS-kni := eal - -CFLAGS += -DALLOW_EXPERIMENTAL_API - -include $(RTE_SDK)/mk/rte.subdir.mk -- 2.25.1