diff options
| author | Andries E. Brouwer <andries.brouwer@cwi.nl> | 2002-06-17 21:13:46 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-06-17 21:13:46 -0700 |
| commit | dfbb3f53fad5526e39aee39bf66140fc72d99f33 (patch) | |
| tree | c64883c91629f746bf3c2d0db52495755c5a6d59 | |
| parent | 69fad3f9c6bec439a6f3684a3aa63b403d9f38a6 (diff) | |
[PATCH] small makefile correction
| -rw-r--r-- | arch/i386/kernel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/i386/kernel/Makefile b/arch/i386/kernel/Makefile index 6640b43ddc3f..6af3e4f04e83 100644 --- a/arch/i386/kernel/Makefile +++ b/arch/i386/kernel/Makefile @@ -15,7 +15,6 @@ obj-y := process.o semaphore.o signal.o entry.o traps.o irq.o vm86.o \ obj-y += cpu/ obj-$(CONFIG_MCA) += mca.o -obj-$(CONFIG_EISA) += eisa.o obj-$(CONFIG_MTRR) += mtrr.o obj-$(CONFIG_X86_MSR) += msr.o obj-$(CONFIG_X86_CPUID) += cpuid.o |
