mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
9 lines
252 B
Makefile
9 lines
252 B
Makefile
|
# 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
|