[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC PATCH v2 1/4] Add rtc server into compilation stage
From: |
Samuel Thibault |
Subject: |
Re: [RFC PATCH v2 1/4] Add rtc server into compilation stage |
Date: |
Fri, 8 Nov 2024 09:00:24 +0100 |
Hello,
Better merge this with the 4th that actually adds something to build
there. Otherwise this commit breaks the build when doing e.g. git
bisect.
Actually, you can as well merge the 4 commits, since they go altogether.
But please keep using git format-patch, the format of your mails are as
expected now :)
Samuel
Zhaoming Luo, le ven. 08 nov. 2024 09:08:29 +0800, a ecrit:
> ---
> Makefile | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/Makefile b/Makefile
> index 4d848221..8133c9e9 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -69,6 +69,8 @@ ifeq ($(HAVE_LIBACPICA),yes)
> prog-subdirs += acpi
> endif
>
> +prog-subdirs += rtc
> +
> # Other directories
> other-subdirs = hurd doc config release include
>
> --
> 2.47.0
>
>