diff options
author | Kristoffer Ericson <kristoffer.ericson@gmail.com> | 2007-07-17 04:52:38 (GMT) |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-07-20 03:18:19 (GMT) |
commit | 4aafae27d0ce73f8507b8983b36006b734aa343a (patch) | |
tree | 0bdaf22415bf272a4cb9d7e061a4d860f114abe4 /arch/sh/cchips/hd6446x/hd64461/Makefile | |
parent | e6c972f21828f16d12704e5cf67d6f79c26cb53b (diff) | |
download | linux-fsl-qoriq-4aafae27d0ce73f8507b8983b36006b734aa343a.tar.xz |
sh: hd64461 tidying.
Kill off the hd64461 io.c, as all of the hd64461 users are now
using the generic I/O routines.
[ hd64461/ moved to hd64461.c by Paul ]
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/cchips/hd6446x/hd64461/Makefile')
-rw-r--r-- | arch/sh/cchips/hd6446x/hd64461/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/sh/cchips/hd6446x/hd64461/Makefile b/arch/sh/cchips/hd6446x/hd64461/Makefile deleted file mode 100644 index bff4b92..0000000 --- a/arch/sh/cchips/hd6446x/hd64461/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# -# Makefile for the HD64461 -# - -obj-y := setup.o io.o - |