Makefile_32 760 B

123456789101112131415161718192021222324
  1. obj-y := i386.o init.o
  2. obj-$(CONFIG_PCI_BIOS) += pcbios.o
  3. obj-$(CONFIG_PCI_MMCONFIG) += mmconfig_32.o direct.o mmconfig-shared.o
  4. obj-$(CONFIG_PCI_DIRECT) += direct.o
  5. obj-$(CONFIG_PCI_OLPC) += olpc.o
  6. pci-y := fixup.o
  7. # Do not change the ordering here. There is a nasty init function
  8. # ordering dependency which breaks when you move acpi.o below
  9. # legacy/irq.o
  10. pci-$(CONFIG_ACPI) += acpi.o
  11. pci-y += legacy.o irq.o
  12. # Careful: VISWS and NUMAQ overrule the pci-y above. The colons are
  13. # therefor correct. This needs a proper fix by distangling the code.
  14. pci-$(CONFIG_X86_VISWS) := visws.o fixup.o
  15. pci-$(CONFIG_X86_NUMAQ) := numa.o irq.o
  16. # Necessary for NUMAQ as well
  17. pci-$(CONFIG_NUMA) += mp_bus_to_node.o
  18. obj-y += $(pci-y) common.o early.o