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

ram: unify obj-$(CONFIG_RAM) and obj-$(CONFIG_SPL_RAM) entries

parent 40c9abbd
No related branches found
No related tags found
No related merge requests found
obj-$(CONFIG_$(SPL_)DM) += core/
obj-$(CONFIG_$(SPL_)CLK) += clk/
obj-$(CONFIG_$(SPL_)RAM) += ram/
ifdef CONFIG_SPL_BUILD
......@@ -24,7 +25,6 @@ obj-$(CONFIG_SPL_DMA_SUPPORT) += dma/
obj-$(CONFIG_SPL_ETH_SUPPORT) += net/
obj-$(CONFIG_SPL_ETH_SUPPORT) += net/phy/
obj-$(CONFIG_SPL_USBETH_SUPPORT) += net/phy/
obj-$(CONFIG_SPL_RAM) += ram/
obj-$(CONFIG_SPL_MUSB_NEW_SUPPORT) += usb/musb-new/
obj-$(CONFIG_SPL_USBETH_SUPPORT) += usb/gadget/
obj-$(CONFIG_SPL_WATCHDOG_SUPPORT) += watchdog/
......@@ -46,7 +46,6 @@ obj-$(CONFIG_LED) += led/
obj-y += misc/
obj-y += pcmcia/
obj-y += dfu/
obj-$(CONFIG_RAM) += ram/
obj-y += rtc/
obj-y += sound/
obj-y += tpm/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment