]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/Makefile
Merge branch 'master' of git://git.denx.de/u-boot into resolve
[karo-tx-uboot.git] / common / Makefile
index ded6318dc6033d63a5a82daebdf978e796d9ef8a..132b3bd79c0909b437956c2555247cb9a1ef97a5 100644 (file)
@@ -196,6 +196,9 @@ COBJS-$(CONFIG_CMD_DFU) += cmd_dfu.o
 endif
 
 ifdef CONFIG_SPL_BUILD
+COBJS-y += cmd_nvedit.o
+COBJS-y += env_common.o
+COBJS-$(CONFIG_ENV_IS_IN_FLASH) += env_flash.o
 COBJS-$(CONFIG_SPL_YMODEM_SUPPORT) += xyzModem.o
 COBJS-$(CONFIG_SPL_NET_SUPPORT) += cmd_nvedit.o
 COBJS-$(CONFIG_SPL_NET_SUPPORT) += env_common.o