summaryrefslogtreecommitdiff
path: root/drivers/ram/Makefile
diff options
context:
space:
mode:
authorDylan Hung <[email protected]>2020-09-07 16:25:06 +0800
committerTom Rini <[email protected]>2020-10-08 10:58:33 -0400
commit5d457f8057962fbd2ae90826fe80b4039f2dba71 (patch)
tree51c8de183f30ef5681fb3e6e178b178e9a4518f7 /drivers/ram/Makefile
parenta58d86db46456c4e14d4d140e419c4c5999fb2f8 (diff)
ram: move aspeed ram driver into drivers/ directory
to improve the maintainability. It is more easier to modify and add configurations of the driver in the centralized ram driver directory. Signed-off-by: Dylan Hung <[email protected]> Reviewed-by: Ryan Chen <[email protected]>
Diffstat (limited to 'drivers/ram/Makefile')
-rw-r--r--drivers/ram/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ram/Makefile b/drivers/ram/Makefile
index d685a579a0f..209a78c06f5 100644
--- a/drivers/ram/Makefile
+++ b/drivers/ram/Makefile
@@ -14,6 +14,7 @@ obj-$(CONFIG_ARCH_ROCKCHIP) += rockchip/
obj-$(CONFIG_K3_AM654_DDRSS) += k3-am654-ddrss.o
obj-$(CONFIG_ARCH_MEDIATEK) += mediatek/
+obj-$(CONFIG_ARCH_ASPEED) += aspeed/
obj-$(CONFIG_K3_J721E_DDRSS) += k3-j721e/
obj-$(CONFIG_IMXRT_SDRAM) += imxrt_sdram.o