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

Commit 8eefc664 authored by Robert Richter's avatar Robert Richter Committed by Ingo Molnar
Browse files

x86/pci: Makefile merge: creating pci-y for 64 bit

parent 8043c7be
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -34,10 +34,10 @@ else
obj-y				:= i386.o init.o
obj-$(CONFIG_PCI_MMCONFIG)	+= mmconfig_64.o direct.o mmconfig-shared.o
obj-$(CONFIG_PCI_DIRECT)	+= direct.o
obj-y				+= fixup.o
obj-$(CONFIG_ACPI)		+= acpi.o
obj-y				+= legacy.o irq.o
obj-y				+= common.o early.o
pci-y				:= fixup.o
pci-$(CONFIG_ACPI)		+= acpi.o
pci-y				+= legacy.o irq.o
obj-y				+= $(pci-y) common.o early.o
obj-y				+= amd_bus.o

endif