]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/cpu/coreboot/Makefile
x86: Fix DRAM bank size init with generic board
[u-boot] / arch / x86 / cpu / coreboot / Makefile
index 0444399117e16bb5baa89e9995b033eafbcd5734..b1d3e959f8f63d4f88570973dc415c03995865c0 100644 (file)
@@ -33,9 +33,13 @@ include $(TOPDIR)/config.mk
 
 LIB    := $(obj)lib$(SOC).o
 
+SOBJS-$(CONFIG_SYS_COREBOOT) += car.o
+COBJS-$(CONFIG_SYS_COREBOOT) += coreboot.o
+COBJS-$(CONFIG_SYS_COREBOOT) += tables.o
+COBJS-$(CONFIG_SYS_COREBOOT) += ipchecksum.o
 COBJS-$(CONFIG_SYS_COREBOOT) += sdram.o
-
-SOBJS-$(CONFIG_SYS_COREBOOT) += coreboot_car.o
+COBJS-$(CONFIG_SYS_COREBOOT) += timestamp.o
+COBJS-$(CONFIG_PCI) += pci.o
 
 SRCS   := $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)
 OBJS   := $(addprefix $(obj),$(SOBJS-y) $(COBJS-y))