mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-20 03:01:19 +01:00
ram: unify obj-$(CONFIG_RAM) and obj-$(CONFIG_SPL_RAM) entries
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
40c9abbd6b
commit
26d5fa805d
1 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
|||
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/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue