[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [XEN PATCH v7 32/51] build: Remove KBUILD_ specific from Makefile.host
- To: Anthony PERARD <anthony.perard@xxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Mon, 11 Oct 2021 17:47:29 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=2saFgLUAekDxDtzzvDlCgfc9N1FlVHZpPDYHFPiu/oA=; b=YFn8holIeStZbDQM7CnXolD1qu13BugYWfLG7uStnFaQfcQziijE+6v2oZynKfmSvG74yll9psAEXgFOvD+dXHxhblmKg/AMoRnKiZwKLePf5uOQQW+R3qK+AZ/S2pNTmU7c6GZhZiEKsWbWf5lsreH+89eB4RABGqIauPcsuQmJ0zsoQ2bM6/5JlbOqBkR3hgccXaPYY9Jf/9vJWSKQy6cZ7ANruFP02xCRUn4r7DkSjTTVkELOJsc2/Tlrf69FqhnCF70N3fLTNqbWATg3ohNSZgLmXZQkzItxCLKwKkTRmkPER42z7ow7qTHKhlEY0JME62gIVpvtgVhyE+itAg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ZB7Qd7yaPheOrlB/OriW+ggL5/Ss1O75Tagu8jiGnvcdNcFDJdE3EsKwMKWtUasb5R+z0ayMr7uVkEekl9vqJMY4IbxSvMuJqdY29PCjxe19ieqw4AQDFIpGx9ZRYiORmvJF2XrKFig8G3HkuC8aayRFClNU48ND5MkGp5jzygQ0H2OpQwDuifOeXfoNQJ1leS9kOQ6RkmFDQ6e/fJW2DNAxKp6QbiqQe9fRQYyxLyw9FVTuxtJkn1WT6Vf7tmu/FGdFhlhU3otATOsgA+8rbAjNGF3posgU98M6lvsaSTP7VQKocs3SfeIiMA5Rjch4pqd2GtT9sY7yGBJ1iu4eUg==
- Authentication-results: lists.xenproject.org; dkim=none (message not signed) header.d=none;lists.xenproject.org; dmarc=none action=none header.from=suse.com;
- Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Ian Jackson <iwj@xxxxxxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Mon, 11 Oct 2021 15:47:44 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 24.08.2021 12:50, Anthony PERARD wrote:
> This will allow $(HOSTCFLAGS) to actually be used when building
> programmes for the build-host.
>
> The other variable don't exist in our build system.
>
> Also remove $(KBUILD_EXTMOD) since it should always be empty.
>
> Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx>
Acked-by: Jan Beulich <jbeulich@xxxxxxxx>
I wonder though whether their use of KBUILD_ prefixes doesn't match
our XEN_ ones (e.g. KBUILD_CFLAGS vs XEN_CFLAGS), in which case
replacing rather than stripping might be the way to go.
Jan
|