summaryrefslogtreecommitdiffstats
path: root/hwclock/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'hwclock/Makefile')
-rw-r--r--hwclock/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/hwclock/Makefile b/hwclock/Makefile
index 70ff6436c..88aa50cd8 100644
--- a/hwclock/Makefile
+++ b/hwclock/Makefile
@@ -16,9 +16,9 @@ SBIN= hwclock
all: $(SBIN)
-hwclock.o: hwclock.c shhopt.h
+hwclock.o: hwclock.c
hwclock.o cmos.o rtc.o kd.o: clock.h
-hwclock: hwclock.o shhopt.o cmos.o rtc.o kd.o
+hwclock: hwclock.o cmos.o rtc.o kd.o
CWFLAGS := $(subst -Wmissing-prototypes,,$(CFLAGS))