Skip to content
Snippets Groups Projects
Commit 040906f6 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

dm: unify obj-$(CONFIG_DM) and obj-$(CONFIG_SPL_DM) entries

parent d6c2ac5b
No related branches found
No related tags found
No related merge requests found
obj-$(CONFIG_$(SPL_)DM) += core/
ifdef CONFIG_SPL_BUILD
obj-$(CONFIG_SPL_CLK_SUPPORT) += clk/
obj-$(CONFIG_SPL_DM) += core/
obj-$(CONFIG_SPL_I2C_SUPPORT) += i2c/
obj-$(CONFIG_SPL_GPIO_SUPPORT) += gpio/
obj-$(CONFIG_SPL_MMC_SUPPORT) += mmc/
......@@ -34,7 +35,6 @@ obj-$(CONFIG_SPL_SATA_SUPPORT) += block/
else
obj-$(CONFIG_CLK) += clk/
obj-$(CONFIG_DM) += core/
obj-$(CONFIG_DM_DEMO) += demo/
obj-$(CONFIG_BIOSEMU) += bios_emulator/
obj-y += block/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment