mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 02:38:56 +00:00
8 lines
267 B
Makefile
8 lines
267 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
# Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
|
||
|
|
||
|
obj-$(CONFIG_DRIVER_TI_CPSW) += cpsw.o cpsw-common.o
|
||
|
obj-$(CONFIG_DRIVER_TI_EMAC) += davinci_emac.o
|
||
|
obj-$(CONFIG_DRIVER_TI_KEYSTONE_NET) += keystone_net.o
|