]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/cpu/Makefile
x86: Support machines with >4GB of RAM
[u-boot] / arch / x86 / cpu / Makefile
index 9d38ef73a7d302a41fb2e536d3b45be2cfb3a9aa..6ded0a7f0ff66ccf2d64c9bd4f90637b4076759b 100644 (file)
 extra-y        = start.o
 obj-$(CONFIG_X86_RESET_VECTOR) += resetvec.o start16.o
 obj-y  += interrupts.o cpu.o call64.o
+
+obj-$(CONFIG_INTEL_BAYTRAIL) += baytrail/
+obj-$(CONFIG_SYS_COREBOOT) += coreboot/
+obj-$(CONFIG_NORTHBRIDGE_INTEL_SANDYBRIDGE) += ivybridge/
+obj-$(CONFIG_NORTHBRIDGE_INTEL_IVYBRIDGE) += ivybridge/
+obj-$(CONFIG_INTEL_QUARK) += quark/
+obj-$(CONFIG_INTEL_QUEENSBAY) += queensbay/
+obj-y += lapic.o
+obj-y += mtrr.o
+obj-$(CONFIG_PCI) += pci.o
+obj-y += turbo.o