Merge branch 'master' of git://git.denx.de/u-boot-spi
[project/bcm63xx/u-boot.git] / drivers / Makefile
index fe8d40dddb0106a29f595cc55875f3805816fe06..e3b9e8c635ebb31d852151340b0a50c5cdd9b5f1 100644 (file)
@@ -71,6 +71,7 @@ obj-y += ata/
 obj-$(CONFIG_DM_DEMO) += demo/
 obj-$(CONFIG_BIOSEMU) += bios_emulator/
 obj-y += block/
+obj-y += board/
 obj-$(CONFIG_BOOTCOUNT_LIMIT) += bootcount/
 obj-$(CONFIG_CPU) += cpu/
 obj-y += crypto/
@@ -105,6 +106,8 @@ obj-y += smem/
 obj-y += soc/
 obj-y += thermal/
 obj-y += axi/
+obj-$(CONFIG_W1) += w1/
+obj-$(CONFIG_W1_EEPROM) += w1-eeprom/
 
 obj-$(CONFIG_MACH_PIC32) += ddr/microchip/
 endif