x86: Split init functions out of board.c
[platform/kernel/u-boot.git] / arch / x86 / lib / Makefile
index 57b6896..51836da 100644 (file)
@@ -34,6 +34,8 @@ COBJS-y       += board.o
 COBJS-y        += bootm.o
 COBJS-y        += cmd_boot.o
 COBJS-y        += gcc.o
+COBJS-y        += init_helpers.o
+COBJS-y        += init_wrappers.o
 COBJS-y        += interrupts.o
 COBJS-$(CONFIG_SYS_PCAT_INTERRUPTS) += pcat_interrupts.o
 COBJS-$(CONFIG_SYS_GENERIC_TIMER) += pcat_timer.o