Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 895d3093 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

x86: numaq fix



do not override the existing pci-y rule when adding visws or
numaq rules.

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 6b8e1c7e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,8 +9,8 @@ pci-y := fixup.o
pci-$(CONFIG_ACPI)		+= acpi.o
pci-y				+= legacy.o irq.o

pci-$(CONFIG_X86_VISWS)		:= visws.o fixup.o
pci-$(CONFIG_X86_NUMAQ)		:= numa.o irq.o
pci-$(CONFIG_X86_VISWS)		+= visws.o fixup.o
pci-$(CONFIG_X86_NUMAQ)		+= numa.o irq.o
pci-$(CONFIG_NUMA)		+= mp_bus_to_node.o

obj-y				+= $(pci-y) common.o early.o