mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
7 lines
162 B
Makefile
7 lines
162 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
isp1760-y := isp1760-core.o isp1760-if.o isp1760-uboot.o isp1760-hcd.o
|
||
|
|
||
|
#isp1760-hcd.o
|
||
|
|
||
|
obj-$(CONFIG_USB_ISP1760) += isp1760.o
|