diff options
author | Kristoffer Ericson <kristoffer.ericson@gmail.com> | 2007-07-17 13:52:38 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-07-20 12:18:19 +0900 |
commit | 4aafae27d0ce73f8507b8983b36006b734aa343a (patch) | |
tree | 0bdaf22415bf272a4cb9d7e061a4d860f114abe4 /arch/sh/cchips/hd6446x/Makefile | |
parent | e6c972f21828f16d12704e5cf67d6f79c26cb53b (diff) | |
download | blackbird-op-linux-4aafae27d0ce73f8507b8983b36006b734aa343a.tar.gz blackbird-op-linux-4aafae27d0ce73f8507b8983b36006b734aa343a.zip |
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/Makefile')
-rw-r--r-- | arch/sh/cchips/hd6446x/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/cchips/hd6446x/Makefile b/arch/sh/cchips/hd6446x/Makefile new file mode 100644 index 000000000000..a106dd9db986 --- /dev/null +++ b/arch/sh/cchips/hd6446x/Makefile @@ -0,0 +1,2 @@ +obj-$(CONFIG_HD64461) += hd64461.o +obj-$(CONFIG_HD64465) += hd64465/ |