Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932809AbbFEROZ (ORCPT ); Fri, 5 Jun 2015 13:14:25 -0400 Received: from mga01.intel.com ([192.55.52.88]:51489 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751603AbbFEROX convert rfc822-to-8bit (ORCPT ); Fri, 5 Jun 2015 13:14:23 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,560,1427785200"; d="scan'208";a="741714104" From: "Luck, Tony" To: Peter Jones , Guenter Roeck CC: "Fleming, Matt" , "linux-kernel@vger.kernel.org" , "linux-efi@vger.kernel.org" Subject: RE: [PATCH] efi: Work around ia64 build problem with ESRT driver. Thread-Topic: [PATCH] efi: Work around ia64 build problem with ESRT driver. Thread-Index: AQHQn7GKRQgdwzwgzEWAUfYJSc1bFp2eJTLQ Date: Fri, 5 Jun 2015 17:14:22 +0000 Message-ID: <3908561D78D1C84285E8C5FCA982C28F32A8DBEA@ORSMSX114.amr.corp.intel.com> References: <5571B70B.90108@roeck-us.net> <1433523746-21734-1-git-send-email-pjones@redhat.com> In-Reply-To: <1433523746-21734-1-git-send-email-pjones@redhat.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.22.254.139] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 687 Lines: 21 -obj-$(CONFIG_EFI) += efi.o esrt.o vars.o reboot.o +obj-$(CONFIG_EFI) += efi.o vars.o reboot.o +ifeq ($(CONFIG_IA64),) +obj-$(CONFIG_EFI) += esrt.o +endif I doubt that ia64 systems are going to start implementing ERST - so it's fine with me to drop it from the build. Guenter's suggestion of a new CONFIG_EFI_ESRT looks a bit prettier that that ifeq ($(CONFIG_IA64),) but either way: Acked-by: Tony Luck -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/