diff options
Diffstat (limited to 'cmd/ti/Makefile')
-rw-r--r-- | cmd/ti/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cmd/ti/Makefile b/cmd/ti/Makefile new file mode 100644 index 00000000000..5f9c64f598a --- /dev/null +++ b/cmd/ti/Makefile @@ -0,0 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0+ +# Copyright (C) 2017 Texas Instruments Incorporated - https://www.ti.com/ + +obj-$(CONFIG_CMD_DDR3) += ddr3.o +obj-$(CONFIG_CMD_PD) += pd.o |