8 lines
139 B
Makefile
Executable File
8 lines
139 B
Makefile
Executable File
#
|
|
# Makefile for the U-Boot SOC specific device drivers.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-$(CONFIG_ARCH_KEYSTONE) += keystone/
|