From 1cd044549531ef1c4016ec3c60652dad95b1617f Mon Sep 17 00:00:00 2001 From: Robert Griebl Date: Sun, 21 Jul 2002 16:50:49 +0000 Subject: Initial checkin of a very primitive hwclock replacement --- include/applets.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/applets.h') diff --git a/include/applets.h b/include/applets.h index b6397a656..6b8bce7e0 100644 --- a/include/applets.h +++ b/include/applets.h @@ -218,6 +218,9 @@ #ifdef CONFIG_HUSH APPLET_NOUSAGE("hush", hush_main, _BB_DIR_BIN, _BB_SUID_NEVER) #endif +#ifdef CONFIG_HWCLOCK + APPLET(hwclock, hwclock_main, _BB_DIR_SBIN, _BB_SUID_NEVER) +#endif #ifdef CONFIG_ID APPLET(id, id_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) #endif -- cgit v1.2.3-55-g6feb