net: move bootfile init into eth_initialize
[oweals/u-boot.git] / arch / x86 / lib / Makefile
index 57b68964076a8e233864c5189eab1a13231c7e78..51836dacca5823b4cc64fbdb04c54c9a8d3f8e4e 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