]> git.sur5r.net Git - u-boot/blobdiff - drivers/Makefile
spl: use different BOARD_INIT MACRO for spl and tpl
[u-boot] / drivers / Makefile
index 0e0fdf0208917d327813feaf4b34f40403eb94e7..e6062a56833566229728022f503c6fd5c0d91eda 100644 (file)
@@ -50,6 +50,7 @@ obj-$(CONFIG_SPL_SATA_SUPPORT) += ata/ scsi/
 obj-$(CONFIG_SPL_USB_HOST_SUPPORT) += block/
 obj-$(CONFIG_SPL_MMC_SUPPORT) += block/
 obj-$(CONFIG_SPL_FPGA_SUPPORT) += fpga/
+obj-$(CONFIG_SPL_THERMAL) += thermal/
 
 endif
 endif
@@ -74,6 +75,7 @@ obj-y += firmware/
 obj-$(CONFIG_FPGA) += fpga/
 obj-y += misc/
 obj-$(CONFIG_MMC) += mmc/
+obj-$(CONFIG_NVME) += nvme/
 obj-y += pcmcia/
 obj-y += dfu/
 obj-$(CONFIG_X86) += pch/