diff options
author | Florian Fainelli <florian.fainelli@telecomint.eu> | 2008-02-25 13:44:07 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 19:40:50 +0400 |
commit | 4edbfa789b32bebf0b7fb71d5b2913a91ac4d0b1 (patch) | |
tree | ca04e31c9d425226e685628d70270bb7af7c55cb /arch/x86/mach-rdc321x/Makefile | |
parent | f8fffa458368ed3d57385698f775880db629bd1a (diff) | |
download | linux-4edbfa789b32bebf0b7fb71d5b2913a91ac4d0b1.tar.xz |
x86, rdc321x: remove watchdog file
remove the arch/x86/mach-rdc321x/wdt.c file.
Signed-off-by: Florian Fainelli <florian.fainelli@telecomint.eu>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/mach-rdc321x/Makefile')
-rw-r--r-- | arch/x86/mach-rdc321x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mach-rdc321x/Makefile b/arch/x86/mach-rdc321x/Makefile index 1faac8125e3d..8325b4ca431c 100644 --- a/arch/x86/mach-rdc321x/Makefile +++ b/arch/x86/mach-rdc321x/Makefile @@ -1,5 +1,5 @@ # # Makefile for the RDC321x specific parts of the kernel # -obj-$(CONFIG_X86_RDC321X) := gpio.o platform.o wdt.o +obj-$(CONFIG_X86_RDC321X) := gpio.o platform.o |