diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-08 11:24:33 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-11-08 11:24:33 +0900 |
commit | 6d1c76d4e76ef72fce5a7169430ab8f9a68d7924 (patch) | |
tree | f756b374c8ce0ce5ee6c14a1e97c5244c3e49f0f /arch/sh/boards/snapgear/Makefile | |
parent | cbeb13447f015d90367c9f72fbf87227f3e186c8 (diff) | |
download | talos-op-linux-6d1c76d4e76ef72fce5a7169430ab8f9a68d7924.tar.gz talos-op-linux-6d1c76d4e76ef72fce5a7169430ab8f9a68d7924.zip |
sh: Kill off broken snapgear ds1302 code.
This will force the snapgear boards to use the on-chip SH RTC instead,
until the rtc-ds1302 driver is merged. The current code is broken
and hasn't built in some time, so just kill it off and get the board
working again.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/snapgear/Makefile')
-rw-r--r-- | arch/sh/boards/snapgear/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/sh/boards/snapgear/Makefile b/arch/sh/boards/snapgear/Makefile index 59fc976bfc2f..d2d2f4b6a502 100644 --- a/arch/sh/boards/snapgear/Makefile +++ b/arch/sh/boards/snapgear/Makefile @@ -2,5 +2,4 @@ # Makefile for the SnapGear specific parts of the kernel # -obj-y := setup.o io.o rtc.o - +obj-y := setup.o io.o |