diff options
Diffstat (limited to 'drivers/ram/sifive/Makefile')
-rw-r--r-- | drivers/ram/sifive/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/ram/sifive/Makefile b/drivers/ram/sifive/Makefile new file mode 100644 index 0000000000..d66efec264 --- /dev/null +++ b/drivers/ram/sifive/Makefile @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# Copyright (c) 2020 SiFive, Inc +# + +obj-$(CONFIG_SIFIVE_FU540_DDR) += fu540_ddr.o |