diff options
author | Greg Ungerer <gerg@uclinux.org> | 2009-01-13 07:27:11 +0300 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2009-01-27 09:42:02 +0300 |
commit | d88ffccbca0428e9b12feec45a2bc7f09efa1ab2 (patch) | |
tree | 93fd1310765e2fb7aec9f707a0dbda1f2024032b /arch/m68knommu/kernel/Makefile | |
parent | e81588517db93b0edb853c5b7187c0f2e9fed9aa (diff) | |
download | linux-d88ffccbca0428e9b12feec45a2bc7f09efa1ab2.tar.xz |
m68knommu: remove the obsolete and long unused comempci chip support
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68knommu/kernel/Makefile')
-rw-r--r-- | arch/m68knommu/kernel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/m68knommu/kernel/Makefile b/arch/m68knommu/kernel/Makefile index f0eab3dedb5a..37c3fc074c0a 100644 --- a/arch/m68knommu/kernel/Makefile +++ b/arch/m68knommu/kernel/Makefile @@ -8,4 +8,3 @@ obj-y += dma.o entry.o init_task.o irq.o m68k_ksyms.o process.o ptrace.o \ setup.o signal.o syscalltable.o sys_m68k.o time.o traps.o obj-$(CONFIG_MODULES) += module.o -obj-$(CONFIG_COMEMPCI) += comempci.o |