]> 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 b5ad1baa46fbc3c8119d671e5d67413548998249..6ded0a7f0ff66ccf2d64c9bd4f90637b4076759b 100644 (file)
@@ -12,4 +12,13 @@ extra-y      = start.o
 obj-$(CONFIG_X86_RESET_VECTOR) += resetvec.o start16.o
 obj-y  += interrupts.o cpu.o call64.o
 
-obj-y += $(if $(SOC),$(SOC)/)
+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