summaryrefslogtreecommitdiffstats
path: root/sys-utils/Makemodule.am
diff options
context:
space:
mode:
authorSami Kerola2014-09-06 22:33:31 +0200
committerSami Kerola2014-09-19 20:31:02 +0200
commit846c7d30b3710b193743678a3032b863dd13e9c7 (patch)
treee66ebad42f14b92b30cfde0303974b1a5fad3218 /sys-utils/Makemodule.am
parenteject: make open_device() and select_speed() to use struct eject_control (diff)
downloadkernel-qcow2-util-linux-846c7d30b3710b193743678a3032b863dd13e9c7.tar.gz
kernel-qcow2-util-linux-846c7d30b3710b193743678a3032b863dd13e9c7.tar.xz
kernel-qcow2-util-linux-846c7d30b3710b193743678a3032b863dd13e9c7.zip
hwclock: remove referal to deprecated keyboard interface
The KDGHWCLK has been gone quite a while. Reference: http://marc.info/?l=linux-kernel&m=104171103925897 Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'sys-utils/Makemodule.am')
-rw-r--r--sys-utils/Makemodule.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-utils/Makemodule.am b/sys-utils/Makemodule.am
index 058bb62d4..2ae039cfd 100644
--- a/sys-utils/Makemodule.am
+++ b/sys-utils/Makemodule.am
@@ -353,8 +353,7 @@ PATHFILES += sys-utils/hwclock.8
hwclock_SOURCES = \
sys-utils/hwclock.c \
sys-utils/hwclock.h \
- sys-utils/hwclock-cmos.c \
- sys-utils/hwclock-kd.c
+ sys-utils/hwclock-cmos.c
if LINUX
hwclock_SOURCES += sys-utils/hwclock-rtc.c
endif