Re: [RFC PATCH v2 1/4] Add rtc server into compilation stage

2024-11-08 Thread Samuel Thibault
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 ex

[RFC PATCH v2 1/4] Add rtc server into compilation stage

2024-11-07 Thread Zhaoming Luo
--- 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 c