From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 6FFEF156C7; Thu, 11 Jan 2024 12:16:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id B8B642F4; Thu, 11 Jan 2024 04:16:56 -0800 (PST) Received: from bogus (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 02E653F64C; Thu, 11 Jan 2024 04:16:08 -0800 (PST) Date: Thu, 11 Jan 2024 12:16:06 +0000 From: Sudeep Holla To: Andrew Jones Cc: Sunil V L , linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, linux-riscv@lists.infradead.org, Sudeep Holla , "Rafael J . Wysocki" , Len Brown , Anup Patel , Daniel Lezcano , Paul Walmsley , Palmer Dabbelt , Albert Ou , Conor Dooley , Atish Kumar Patra Subject: Re: [PATCH -next 1/2] ACPI: Enable ACPI_PROCESSOR for RISC-V Message-ID: References: <20240111093058.121838-1-sunilvl@ventanamicro.com> <20240111093058.121838-2-sunilvl@ventanamicro.com> <20240111-bb411d2dd39eb859dd049fa0@orel> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240111-bb411d2dd39eb859dd049fa0@orel> On Thu, Jan 11, 2024 at 11:00:12AM +0100, Andrew Jones wrote: [...] > Also, interestingly, it looks like this ancient line > > obj-$(CONFIG_ACPI_PROCESSOR) += processor.o > > in drivers/acpi/Makefile should be removed, No > since there's no drivers/acpi/processor.c file. Correct, but .. > I guess the make process silently filters object files which don't have > corresponding source files? May be, but I doubt if that is the case here. processor.o is just aggregation of all processor_*.o and this will be the processor.ko when built as a module. -- Regards, Sudeep