From 6b160e490d4d77596c1603d34d0a1ca0579a82da Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 15 Feb 2008 02:27:19 +0000 Subject: split some rtc funcs out of hwclock and into an rtc header/lib so that the new rtcwake applet as well as hwclock can utilize the same code --- util-linux/Kbuild | 1 + 1 file changed, 1 insertion(+) (limited to 'util-linux/Kbuild') diff --git a/util-linux/Kbuild b/util-linux/Kbuild index cc1d0e05d..4a18ff21f 100644 --- a/util-linux/Kbuild +++ b/util-linux/Kbuild @@ -26,6 +26,7 @@ lib-$(CONFIG_MOUNT) +=mount.o lib-$(CONFIG_PIVOT_ROOT) +=pivot_root.o lib-$(CONFIG_RDATE) +=rdate.o lib-$(CONFIG_READPROFILE) +=readprofile.o +lib-$(CONFIG_RTCWAKE) +=rtcwake.o lib-$(CONFIG_SETARCH) +=setarch.o lib-$(CONFIG_SWAPONOFF) +=swaponoff.o lib-$(CONFIG_SWITCH_ROOT) +=switch_root.o -- cgit v1.2.3