Commit 23518c21 authored by Matthew Dobson's avatar Matthew Dobson Committed by Linus Torvalds

[PATCH] Remove sole CONFIG_MULIQUAD in kernel source

There is one remaining instance of CONFIG_MULTIQUAD in the kernel source.

Fix it to use the proper CONFIG_X86_NUMAQ instead.
parent d571b483
......@@ -3,7 +3,7 @@ obj-y := i386.o
obj-$(CONFIG_PCI_BIOS) += pcbios.o
obj-$(CONFIG_PCI_DIRECT) += direct.o
ifdef CONFIG_MULTIQUAD
ifdef CONFIG_X86_NUMAQ
obj-y += numa.o
else
obj-y += fixup.o
......@@ -14,7 +14,7 @@ endif
obj-y += legacy.o
endif # CONFIG_MULTIQUAD
endif # CONFIG_X86_NUMAQ
obj-y += irq.o common.o
include $(TOPDIR)/Rules.make
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment