diff options
Diffstat (limited to 'drivers/ram/k3-j721e/Makefile')
-rw-r--r-- | drivers/ram/k3-j721e/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/ram/k3-j721e/Makefile b/drivers/ram/k3-j721e/Makefile new file mode 100644 index 0000000000..d60cc626e0 --- /dev/null +++ b/drivers/ram/k3-j721e/Makefile @@ -0,0 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com/ +# + +obj-$(CONFIG_K3_J721E_DDRSS) += k3-j721e-ddrss.o +obj-$(CONFIG_K3_J721E_DDRSS) += lpddr4_obj_if.o +obj-$(CONFIG_K3_J721E_DDRSS) += lpddr4.o |