diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-09-01 16:42:46 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:32:15 -0400 |
commit | 5bcb9a58e6e3eda4af87193c8746d15e45f51628 (patch) | |
tree | a002040a806a115d3a2b4fece08946c90e86ec8a /arch/mips/kernel/Makefile | |
parent | 330cfe016bec3cdf517a626083bcb0d7b1854744 (diff) |
Move genrtc.c's functions into <asm/rtc.h>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/Makefile')
-rw-r--r-- | arch/mips/kernel/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/kernel/Makefile b/arch/mips/kernel/Makefile index 4c09e1acafd7..0213b3496170 100644 --- a/arch/mips/kernel/Makefile +++ b/arch/mips/kernel/Makefile | |||
@@ -59,8 +59,6 @@ obj-$(CONFIG_PROC_FS) += proc.o | |||
59 | 59 | ||
60 | obj-$(CONFIG_64BIT) += cpu-bugs64.o | 60 | obj-$(CONFIG_64BIT) += cpu-bugs64.o |
61 | 61 | ||
62 | obj-$(CONFIG_GEN_RTC) += genrtc.o | ||
63 | |||
64 | CFLAGS_cpu-bugs64.o = $(shell if $(CC) $(CFLAGS) -Wa,-mdaddi -c -o /dev/null -xc /dev/null >/dev/null 2>&1; then echo "-DHAVE_AS_SET_DADDI"; fi) | 62 | CFLAGS_cpu-bugs64.o = $(shell if $(CC) $(CFLAGS) -Wa,-mdaddi -c -o /dev/null -xc /dev/null >/dev/null 2>&1; then echo "-DHAVE_AS_SET_DADDI"; fi) |
65 | CFLAGS_ioctl32.o += -Ifs/ | 63 | CFLAGS_ioctl32.o += -Ifs/ |
66 | 64 | ||