mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 03:08:31 +00:00
11 lines
174 B
Makefile
11 lines
174 B
Makefile
|
#
|
||
|
# Copyright 2016 Freescale Semiconductor
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
obj-y += cpld.o
|
||
|
obj-y += ddr.o
|
||
|
obj-y += ls1046ardb.o
|
||
|
obj-$(CONFIG_SYS_DPAA_FMAN) += eth.o
|