diff options
author | Greg Ungerer <gerg@uclinux.org> | 2009-01-12 23:27:11 -0500 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2009-01-27 01:42:02 -0500 |
commit | d88ffccbca0428e9b12feec45a2bc7f09efa1ab2 (patch) | |
tree | 93fd1310765e2fb7aec9f707a0dbda1f2024032b /arch/m68knommu/kernel/Makefile | |
parent | e81588517db93b0edb853c5b7187c0f2e9fed9aa (diff) |
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 \ | |||
8 | setup.o signal.o syscalltable.o sys_m68k.o time.o traps.o | 8 | setup.o signal.o syscalltable.o sys_m68k.o time.o traps.o |
9 | 9 | ||
10 | obj-$(CONFIG_MODULES) += module.o | 10 | obj-$(CONFIG_MODULES) += module.o |
11 | obj-$(CONFIG_COMEMPCI) += comempci.o | ||