--- 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
- [RFC PATCH v2 0/4] Adding RTC device (work in progress) Zhaoming Luo
- [RFC PATCH v2 1/4] Add rtc server into compilation st... Zhaoming Luo
- Re: [RFC PATCH v2 1/4] Add rtc server into compil... Samuel Thibault
- [RFC PATCH v2 4/4] Add rtc server Zhaoming Luo
- Re: [RFC PATCH v2 4/4] Add rtc server Sergey Bugaev
- Re: [RFC PATCH v2 4/4] Add rtc server Zhaoming Luo
- [RFC PATCH v2 2/4] Add ioctl interface for rtc device Zhaoming Luo
- Re: [RFC PATCH v2 2/4] Add ioctl interface for rt... Samuel Thibault
- Re: [RFC PATCH v2 2/4] Add ioctl interface fo... Sergey Bugaev
- Re: [RFC PATCH v2 2/4] Add ioctl interfac... Zhaoming Luo
- [RFC PATCH v2 3/4] Add rtc interface Zhaoming Luo
- Re: [RFC PATCH v2 0/4] Adding RTC device (work in pro... Samuel Thibault